Activate a watch
POST
/_watcher/watch/{watch_id}/_activate A watch can be either active or inactive.
Required authorization
- Cluster privileges:
manage_watcher
Parameters
path Path Parameters
| Name | Type |
|---|---|
watch_id
required
The watch identifier. | type TypesName = string |
Responses
200 application/json
{ status: WatcherTypesActivationStatus ; }