Unmute all alerts

POST /api/alerting/rule/{id}/_unmute_all

Headers

  • The version of the API to use

    Value is 2023-10-31. Default value is 2023-10-31.

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

Path parameters

  • id string Required

    The identifier for the rule.

Responses

  • Indicates a successful call.

POST /api/alerting/rule/{id}/_unmute_all
curl \
 -X POST http://localhost:5622/api/alerting/rule/{id}/_unmute_all \
 -H "elastic-api-version: 2023-10-31" \
 -H "kbn-xsrf: true"