Stop APIedit

The stop API stops the Watcher service if the service is running, as in the following example:

POST _xpack/watcher/_stop

Watcher returns the following response if the request is successful:

{
   "acknowledged": true
}