elasticsearch/docs/reference/shutdown/apis/shutdown-api.asciidoc
Gordon Brown f3348a8d27
Node shutdown API docs (#74505)
Adds API docs for the new Node Shutdown APIs.
2021-08-19 11:00:19 -06:00

19 lines
530 B
Text

[role="xpack"]
[testenv="basic"]
[[node-lifecycle-api]]
== Node lifecycle APIs
NOTE: {cloud-only}
You use the shutdown APIs to prepare nodes for temporary or permanent shutdown, monitor the shutdown status, and enable a previously shut-down node to resume normal operations.
[discrete]
=== Node shutdown APIs
* <<put-shutdown,Put shutdown API>>
* <<get-shutdown,Get shutdown API>>
* <<delete-shutdown,Delete shutdown API>>
include::shutdown-put.asciidoc[]
include::shutdown-get.asciidoc[]
include::shutdown-delete.asciidoc[]