Schedule planned downtime to suppress alerts during deployments and maintenance.
Planned commands
| Command | Description |
|---|---|
devhelm maintenance-windows list | List all maintenance windows |
devhelm maintenance-windows get <id> | Get window details |
devhelm maintenance-windows create | Create a maintenance window |
devhelm maintenance-windows update <id> | Update a window |
devhelm maintenance-windows delete <id> | Delete a window |
Planned flags for create
| Flag | Type | Required | Description |
|---|---|---|---|
--name | string | Yes | Window display name |
--starts-at | string | Yes | Start time in ISO 8601 format |
--ends-at | string | Yes | End time in ISO 8601 format |
--reason | string | — | Reason for the maintenance window |
In the meantime
REST API
Create maintenance windows via the API:CI/CD usage
In GitHub Actions, combine the API with your deploy workflow:Next steps
Maintenance windows
Understanding maintenance window behavior and scheduling.
Maintenance windows guide
Step-by-step guide for planned downtime.