ops_schedule_maintenance
Schedule maintenance windows simultaneously on Statuspage and Uptime Kuma with a single API call, returning IDs from both systems.
Instructions
Create a maintenance window on BOTH Statuspage and Uptime Kuma in a single call. Returns IDs from both systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Maintenance title (e.g. 'Database upgrade') | |
| start_time | Yes | ISO 8601 start time (e.g. '2026-03-29T02:00:00+11:00') | |
| duration_minutes | Yes | Duration in minutes | |
| reason | Yes | Description of the maintenance work | |
| component_ids | No | Statuspage component IDs to mark (optional) |