Prerequisites
Prerequisites
- DevHelm CLI installed or an API token
- At least one monitor running
Create a one-time window
Create a recurring window
For weekly maintenance, use an iCal RRULE:| Schedule | RRULE |
|---|---|
| Every Tuesday 2-4 AM UTC | FREQ=WEEKLY;BYDAY=TU |
| First day of each month | FREQ=MONTHLY;BYMONTHDAY=1 |
| Every other Saturday | FREQ=WEEKLY;BYDAY=SA;INTERVAL=2 |
Deployment-triggered windows
Create a short maintenance window as part of your deployment process:Extend or cancel
If maintenance takes longer than expected:What happens during a window
- Monitoring continues — checks still run and results are recorded
- Alert suppression kicks in when
suppressAlerts: true - Incidents created during the window get severity
MAINTENANCE - Once the window closes, normal alerting resumes immediately
Next steps
Maintenance windows reference
Full configuration options and recurring patterns.
Alert suppression
Other suppression mechanisms beyond maintenance windows.
CI/CD pipeline
Automate maintenance windows in your deploy pipeline.