WARNING: Version 5.6 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
The stop
API stops the Watcher service if the service is running.
POST _xpack/watcher/_stop
You must have manage_watcher
cluster privileges to use this API. For more
information, see Security Privileges.
POST _xpack/watcher/_stop
Watcher returns the following response if the request is successful:
{ "acknowledged": true }