---
title: "Cluster Remove Node"
method: POST
path: "/api/v1.cluster-admin.remove-node"
tags: ["ClusterAdmin"]
---

# Cluster Remove Node

`POST /api/v1.cluster-admin.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.

## Request body

- ClusterRemoveNodeIn
  - `node_id` string, required

## Response `200`

- ClusterRemoveNodeOut
  - `node_id` string, required

## Other responses

- `400`
- `401`
- `403`
- `422`

---

[API](https://skmtc.net/svix/apis/diom-api.md) · [All operations](https://skmtc.net/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/diom-api/versions/e98d7f3a3e10/schema)
