Stops Watcher if it is running
POST /_watcher/_stop
curl \
-X POST http://api.example.com/_watcher/_stop
Response examples (200)
{
"acknowledged": true
}
curl \
-X POST http://api.example.com/_watcher/_stop
{
"acknowledged": true
}