Skip to main content

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.

Wake up an Astro development Deployment from hibernation. Overrides any existing hibernation schedule and sets the Deployment to run for a specific duration or until a specific time.

Usage

astro deployment wake-up [one of --until/ --for/ --remove-override]

Options

OptionDescriptionPossible Values
-n,--deployment-nameThe name of the development Deployment to wake up.Any valid Deployment name
-u, --untilSpecify the awake period using an end date and time.Any future date in the format YYYY-MM-DDT00:00:00Z
-d, --forSpecify the awake period using a duration.Any amount of time in the format XhYm
-r, --remove-overrideRemove any overrides and resume regular hibernation schedule.None
-f, --forceThe CLI will not prompt to confirm before waking up the Deployment.None