Unmute an alert

POST /api/alerting/rule/{rule_id}/alert/{alert_id}/_unmute

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

  • rule_id string Required

    The identifier for the rule.

  • alert_id string Required

    The identifier for the alert.

Responses

  • Indicates a successful call.

POST /api/alerting/rule/{rule_id}/alert/{alert_id}/_unmute
curl \
 -X POST https://localhost:5601/api/alerting/rule/{rule_id}/alert/{alert_id}/_unmute \
 -H "elastic-api-version: 2023-10-31" \
 -H "kbn-xsrf: true"