> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro deployment wake-up

Wake up an Astro development Deployment from [hibernation](/docs/astro/deployment-resources#hibernate-a-development-deployment). Overrides any existing hibernation schedule and sets the Deployment to run for a specific duration or until a specific time.

## Usage

```sh wrap theme={null}
astro deployment wake-up [one of --until/ --for/ --remove-override]
```

## Options

| Option                   | Description                                                         | Possible Values                                      |
| ------------------------ | ------------------------------------------------------------------- | ---------------------------------------------------- |
| `-n`,`--deployment-name` | The name of the development Deployment to wake up.                  | Any valid Deployment name                            |
| `-u, --until`            | Specify the awake period using an end date and time.                | Any future date in the format `YYYY-MM-DDT00:00:00Z` |
| `-d, --for`              | Specify the awake period using a duration.                          | Any amount of time in the format `XhYm`              |
| `-r, --remove-override`  | Remove any overrides and resume regular hibernation schedule.       | None                                                 |
| `-f, --force`            | The CLI will not prompt to confirm before waking up the Deployment. | None                                                 |

## Related commands

* [`astro deployment hibernate`](/docs/cli/v1.38/astro-deployment-hibernate)
