Request current index from node (the request is processed asynchronously)
string
RequiredRequest was successful
1
2
3
curl --request PUT \
--url 'http://{baseurl}/rest/api/2/cluster/index-snapshot/{nodeId}' \
--user 'email@example.com:<api_token>'
Delete the node from the cluster if state of node is OFFLINE.
string
RequiredRemoval was successful
1
2
3
curl --request DELETE \
--url 'http://{baseurl}/rest/api/2/cluster/node/{nodeId}' \
--user 'email@example.com:<api_token>'
Change the node's state to offline if the node is reporting as active, but is not alive.
string
RequiredState change was successful