Mute all alerts
Spaces method and path for this operation:
post /s/{space_id}/api/alerting/rule/{id}/_mute_all
Refer to Spaces for more information.
POST
/api/alerting/rule/{id}/_mute_all
curl \
--request POST 'https://localhost:5601/api/alerting/rule/{id}/_mute_all' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"