Disable alert APIedit
Disable an alert.
Requestedit
POST <kibana host>:<port>/api/alerts/alert/<id>/_disable
Path parametersedit
-
id
- (Required, string) The ID of the alert that you want to disable.
Response codeedit
-
200
- Indicates a successful call.
Exampleedit
Disable an alert with ID:
$ curl -X POST api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35/_disable