update_muting_rule
Update an existing muting rule to modify its name, description, enabled status, conditions, or schedule. Only specified fields are changed.
Instructions
Update an existing muting rule. Only the provided fields are changed; condition and schedule shapes match create_muting_rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | ID of the muting rule to update | |
| name | No | New name (optional) | |
| description | No | New description (optional) | |
| enabled | No | Enable or disable the rule (optional) | |
| condition_operator | No | Logical operator for combining conditions (optional) | |
| conditions | No | New conditions defining which alerts to mute (optional, replaces existing) | |
| schedule | No | Schedule for recurring muting (optional). startTime/endTime format: ISO 8601 (e.g. 2026-04-01T03:00:00) |