12345678910111213141516171819202122232425262728293031323334 |
- --
- :api: stop-watch-service
- :request: StopWatchServiceRequest
- :response: StopWatchServiceResponse
- --
- [role="xpack"]
- [id="{upid}-{api}"]
- === Stop watch service API
- [[java-rest-high-watcher-stop-watch-service-execution]]
- ==== Execution
- {ref}/watcher-api-stop.html[Stop watcher] enables you
- to manually stop the watch service. Submit the following request
- to stop the watch service:
- ["source","java",subs="attributes,callouts,macros"]
- --------------------------------------------------
- include-tagged::{doc-tests-file}[{api}-request]
- --------------------------------------------------
- [[java-rest-high-watcher-stop-watch-service-response]]
- ==== Response
- The returned `AcknowledgeResponse` contains a value on whether or not the request
- was received:
- ["source","java",subs="attributes,callouts,macros"]
- --------------------------------------------------
- include-tagged::{doc-tests-file}[{api}-response]
- --------------------------------------------------
- <1> A boolean value of `true` if successfully received, `false` otherwise.
- include::../execution.asciidoc[]
|