elasticsearch/docs/reference/shutdown/apis/shutdown-api.asciidoc
2024-12-31 20:21:46 +00:00

24 lines
649 B
Text

[role="xpack"]
[[node-lifecycle-api]]
== Node lifecycle APIs
NOTE: {cloud-only}
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-shutdown[Node lifecycle APIs].
--
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[]