Toggle an alert rule on or off

View as MarkdownOpen in Claude
Enables or disables an alert rule. When inactive, the rule does not fire even if its threshold is breached.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Stable identifier of the alert rule.

Request

This endpoint expects an object.
isActivebooleanRequired
New active state for the rule.

Response

The updated alert rule.
dataobject
messagestring

Human-readable acknowledgement.