Toggle an alert rule on or off
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
id
Stable identifier of the alert rule.
Request
This endpoint expects an object.
isActive
New active state for the rule.
Response
The updated alert rule.
data
message
Human-readable acknowledgement.