Update mute rule for a component

View as Markdown

Declarative per-component update: set this component to exactly the specified severities. If severities is empty or omitted, defaults to both Critical and Warning. This replaces any existing mute configuration for the component. Returns 204 No Content on success. Use GET /v1/alert_mute_rules to retrieve current state.

Request

Update mute rule request
componentstringRequired
reasonstringOptional
severitieslist of stringsOptional

Response

No Content

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
499
Client Closed Request Error
500
Internal Server Error