shutdown-api.asciidoc 530 B

12345678910111213141516171819
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[node-lifecycle-api]]
  4. == Node lifecycle APIs
  5. NOTE: {cloud-only}
  6. 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.
  7. [discrete]
  8. === Node shutdown APIs
  9. * <<put-shutdown,Put shutdown API>>
  10. * <<get-shutdown,Get shutdown API>>
  11. * <<delete-shutdown,Delete shutdown API>>
  12. include::shutdown-put.asciidoc[]
  13. include::shutdown-get.asciidoc[]
  14. include::shutdown-delete.asciidoc[]