update_downtime
Modify an existing Datadog downtime's scope, schedule, or message to extend, shorten, or end it early.
Instructions
Modify an existing downtime's scope, schedule, or message.
Use this when: need to extend/shorten a downtime's window, change its scope, or end it early (set end to "now"). There is no undo tool - the previous downtime configuration is not recoverable once overwritten.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | New end time - same accepted formats as start (optional; set to "now" to end the downtime immediately) | |
| scope | No | New scope (optional) | |
| start | No | New start time - ISO 8601, relative date math (e.g. "now-1h", "now+2d"), or a Unix timestamp (optional) | |
| message | No | New message (optional) | |
| monitor_id | No | New single-monitor restriction (optional) | |
| downtime_id | Yes | Downtime to update | |
| monitor_tags | No | New monitor-tags restriction (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||