ClusterAdmin
Cluster Remove Node
Remove a node from the cluster.
This operation executes immediately and the node must be wiped and reset before it can safely be added to the cluster.
post/api/v1.cluster-admin.remove-node
Request body
Example request
{
"node_id": "a1a2a3a4b1b2c1c2d1d2d3d4d5d6d7d8"
}Response
Example response
{
"node_id": "a1a2a3a4b1b2c1c2d1d2d3d4d5d6d7d8"
}