POST
/_watcher/_stop
Console
POST _watcher/_stop
resp = client.watcher.stop()
const response = await client.watcher.stop();
response = client.watcher.stop
$resp = $client->watcher()->stop();
curl -X POST -H "Authorization: ApiKey $ELASTIC_API_KEY" "$ELASTICSEARCH_URL/_watcher/_stop"
Response examples (200)
A successful response from `POST _watcher/_stop`.
{
"acknowledged": true
}