v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0172165343.2 KB
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

node_idstring required

Example request

{
  "node_id": "a1a2a3a4b1b2c1c2d1d2d3d4d5d6d7d8"
}

Response

node_idstring required

Example response

{
  "node_id": "a1a2a3a4b1b2c1c2d1d2d3d4d5d6d7d8"
}