---
title: "Force Remove Peer"
method: POST
path: "/cluster/remove-node/force"
tags: ["Cluster"]
---

# Force Remove Peer

`POST /cluster/remove-node/force`

Remove an externally fenced, unavailable peer without contacting it

## Request body

- GithubComAlchemillahqSylveInternalServicesClusterForceRemovePeerRequest
  - `nodeId` string
  - `targetExternallyFenced` boolean

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseGithubComAlchemillahqSylveInternalServicesClusterClusterLeaveResult
  - `data` GithubComAlchemillahqSylveInternalServicesClusterClusterLeaveResult
    - `cleanupAcknowledged` boolean
    - `membershipRemoved` boolean
    - `status` GithubComAlchemillahqSylveInternalServicesClusterClusterLeaveStatus
      - `attempts` integer
      - `enabled` boolean
      - `lastError` string
      - `leaderIp` string
      - `leaveId` string
      - `localNodeId` string
      - `phase` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `503` — Consensus unavailable

## Changes

> 41 revisions in range; 22 could not be searched.

- **2026-08-28** `afb6dfed3935` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/alchemillahq/apis/sylve-api/changes/cluster/remove-node/force/post.md)

---

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