Disable a rule Beta
Path parameters
-
The identifier for the rule.
POST
/api/alerting/rule/{id}/_disable
curl \
-X POST https://<KIBANA_URL>/api/alerting/rule/{id}/_disable \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
-H "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{
"untrack": true
}