snooze_monitor
Set or clear a maintenance window on a monitor. During the window the monitor will not alert. Provide exactly one of: duration (e.g. '1h', '24h'), until (RFC 3339 timestamp), or clear=true to remove the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Monitor UUID. | |
| clear | No | Set true to remove the active maintenance window. | |
| until | No | RFC 3339 end timestamp. Use this OR duration OR clear. | |
| duration | No | Go duration string, e.g. '1h' or '24h'. Use this OR until OR clear. |