Unmute all alert instances APIedit

Unmute all alert instances.

Requestedit

POST <kibana host>:<port>/api/alerts/alert/<id>/_unmute_all

POST <kibana host>:<port>/s/<space_id>/api/alerts/alert/<id>/_unmute_all

Path parametersedit

id
(Required, string) The ID of the alert whose instances you want to unmute.
space_id
(Optional, string) An identifier for the space. If space_id is not provided in the URL, the default space is used.

Response codeedit

200
Indicates a successful call.

Exampleedit

Unmute all alert instances with ID:

$ curl -X POST api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35/_unmute_all