Hibernate an Astro development Deployment for a set amount of time. Overrides any existing hibernation schedule and sets the Deployment to hibernate for a specific duration or until a specific date.Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Options
| Option | Description | Possible Values |
|---|---|---|
-n,--deployment-name | The name of the development Deployment to hibernate. | Any valid Deployment name |
-u, --until | Specify the hibernation period using an end date and time. | Any future date in the format YYYY-MM-DDT00:00:00Z |
-d, --for | Specify the hibernation period using a duration. | Any amount of time in the format XhYm |
-r, --remove-override | Remove any existing override and resume regular hibernation schedule. | None |
-f, --force | The CLI will not prompt to confirm before hibernating the Deployment. | None |