Start the watch service
Start the Watcher service if it is not already running.
Query parameters
-
master_timeout
string Period to wait for a connection to the master node.
POST
/_watcher/_start
curl \
--request POST 'http://api.example.com/_watcher/_start' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response from `POST _watcher/_start`.
{
"acknowledged": true
}