mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
24 lines
649 B
Text
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[]
|