Documentation Index
Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
Use this file to discover all available pages before exploring further.
What is Scheduling?
Scheduling allows you to automatically trigger destroys and deploys of your environments on a scheduled basis. Scheduling is configured based on cron expressions, and can be attached to an already deployed environment only.Scheduling vs TTLScheduling is an advanced feature that can’t coexist with the simpler TTL policy of your environment. Enabling scheduling for your environment will disable any existing TTL setting of your environment.It’s also important to notice that TTL policies don’t apply on any scheduled recurrences.
Who Can Configure Scheduling
The minimum role for setting a scheduled action for an environment is Project Deployer.How To Configure Scheduling
After deploying your environment, click on Settings tab, on **Environment Details **page and scroll down to the Scheduling card.
- Check the box for the required action (either Deploy or Destroy)
- Input a valid UNIX cron expression (Optional Year suffix isn’t supported).
For example:0 23 * * MON-FRI(UTC timezone) - Press Save.

Next steps
- Configure Policy TTL - Set time-to-live policies as a simpler alternative to cron scheduling.
- Locking Environments - Temporarily pause scheduled actions by locking an environment.
- Managing Bulk Operations - Schedule deploys or destroys across multiple environments at once.