Removes a node from the shutdown list Added in 7.13.0
Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.
Path parameters
-
The node id of node to be removed from the shutdown state
Query parameters
-
master_timeout string
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.
Values are
nanos
,micros
,ms
,s
,m
,h
, ord
. -
timeout string
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Values are
nanos
,micros
,ms
,s
,m
,h
, ord
.
DELETE /_nodes/{node_id}/shutdown
curl \
-X DELETE http://api.example.com/_nodes/{node_id}/shutdown
Response examples (200)
{
"acknowledged": true
}