---
title: "Remove peer from the cluster"
method: DELETE
path: "/cluster/peer/{peer_id}"
tags: ["cluster"]
---

# Remove peer from the cluster

`DELETE /cluster/peer/{peer_id}`

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

## Path parameters

- `peer_id` integer, required

## Query parameters

- `force` boolean

## Response `200`

successful operation

- object
  - `time` number, float — Time spent to process this request
  - `status` string
  - `result` boolean

## Other responses

- `default` — error
- `4XX` — error

---

[API](https://skmtc.dev/qdrant/apis/qdrant-api.md) · [All operations](https://skmtc.dev/qdrant/apis/qdrant-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qdrant/qdrant-api/revisions/99f8ca65a207/schema)
