update_escalation_chain
Modify an existing escalation chain's name, description, destinations, and throttling settings. Use this tool to update alert routing rules without recreating the chain.
Instructions
Update an escalation chain (requires write permission)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated name | |
| chain_id | Yes | Escalation chain ID | |
| description | No | Updated description | |
| destinations | No | Updated list of Chain objects. Same shape as on create: {type, period, stages}. See create_escalation_chain for the full Recipient shape and integration-routing form. | |
| cc_destinations | No | Updated CC Recipient list. | |
| enable_throttling | No | Updated throttling setting | |
| throttling_alerts | No | Updated number of alerts before throttling | |
| throttling_period | No | Updated throttling period in minutes |