silence_alert
Temporarily mute an alert to stop notification delivery. Specify a custom unmute time in ISO-8601 format, or default to 24 hours.
Instructions
Temporarily mute an alert (stops notification delivery). Defaults to 24 hours; pass an ISO-8601 timestamp as until for a custom expiry. Pass the alertId obtained from list_alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| until | No | Unmute time in ISO-8601 (e.g. 2026-06-01T00:00:00Z). Omit for 24 hours from now | |
| alertId | Yes | Target alert ID (from list_alerts) |