Skip to main content
Alerting & Response/Alert Rules
POSTAlertingSince 1.0SynchronousAuth Required

BulkDisableAlertRules

Disable multiple alert rules in a single batch operation

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

Body Fields

  • tenantIdStringRequired

    Tenant identifier for the bulk operation

    Example: tenant-001

  • ruleIdsListRequired

    List of rule UUIDs to disable

    Example: item1,item2

Responses

200 OK

On success, this API returns the following response structure.

  • countInteger

    Number of rules successfully disabled

    Example: 5

Endpoint

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

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

Operation ID

BulkDisableAlertRules

Permalink

Request Example

curl -X POST '{host}/api/v1/alerting/rules/bulk-disable' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"tenantId":"tenant-001","ruleIds":"item1,item2"}'

Response Example

200
{
  "count": 5
}

Change History

This API has no change history records yet.

View all change history