Mute an alert instance Deprecated
Spaces method and path for this operation:
post /s/{space_id}/api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_mute
Refer to Spaces for more information.
Deprecated in 7.13.0. Use the mute alert API instead.
POST /api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_mute
curl \ --request POST 'https://localhost:5601/api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35/alert_instance/dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2/_mute' \ --header "Authorization: $API_KEY" \ --header "kbn-xsrf: string"