Restart APIedit

The restart API stops, then starts the Watcher service, as in the following example:

POST _xpack/watcher/_restart

Watcher returns the following response if the request is successful:

{
   "acknowledged": true
}