Skip to main content
Alerting & Response/Alert Rules

BulkDisableAlertRules

Disable multiple alert rules in a single batch operation

POST/api/v1/alerting/rules/bulk-disable

Operation ID

BulkDisableAlertRules

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • tenantId
    StringRequired

    Tenant identifier for the bulk operation

    Example: tenant-001

  • ruleIds
    ListRequired

    List of rule UUIDs to disable

    Example: item1,item2

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • count
    Integer

    Number of rules successfully disabled

    Example: 5