v17

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-2575397522.8 KB
Distributed

Remove peer from the cluster

Tries to remove peer from the cluster. Will return an error if peer has shards on it.

delete/cluster/peer/{peer_id}

Path parameters

peer_idinteger required

Id of the peer

Query parameters

timeoutinteger

Wait for operation commit timeout in seconds. If timeout is reached - request will return with service error.

forceboolean

If true - removes peer even if it has shards/replicas on it.

Response

successful operation

timenumber float

Time spent to process this request

statusstring
resultboolean

Example response

{
  "time": 0.002,
  "status": "ok"
}