IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Stop API

edit

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
}