[[reference-shutdown-put_node]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] [[client.shutdown.putNode]] === client.shutdown.putNode Adds a node to be shut down. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported. https://www.elastic.co/guide/en/elasticsearch/reference/current[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (ShutdownPutNodeRequest, options?): Promise ---- [discrete] ==== ShutdownPutNodeRequest [pass] ++++
++++
interface ShutdownPutNodeRequest extends <> {
  node_id: <>
  master_timeout?: <>
  timeout?: <>
  type: <>
  reason: string
  allocation_delay?: string
  target_node_name?: string
}

[pass]
++++
++++ [discrete] ==== ShutdownPutNodeResponse [pass] ++++
++++
type ShutdownPutNodeResponse = <>

[pass]
++++
++++