| 1234567891011121314151617181920212223242526272829303132333435 | [role="xpack"][[watcher-api-start]]=== Start APIThe `start` API starts the {watcher} service if the service is not alreadyrunning.[float]==== Request`POST _xpack/watcher/_start`==== AuthorizationYou must have `manage_watcher` cluster privileges to use this API. For moreinformation, see {xpack-ref}/security-privileges.html[Security Privileges].[float]==== Examples[source,js]--------------------------------------------------POST _xpack/watcher/_start--------------------------------------------------// CONSOLE{watcher} returns the following response if the request is successful:[source,js]--------------------------------------------------{   "acknowledged": true}--------------------------------------------------// TESTRESPONSE
 |