---
title: "Delete node pool"
method: DELETE
path: "/api/v1/k8s/clusters/{cluster_id}/pools/{pool_id}"
tags: ["Kubernetes"]
---

# Delete node pool

`DELETE /api/v1/k8s/clusters/{cluster_id}/pools/{pool_id}`

Remove a pool and all its nodes. Each node is cordoned and drained (PodDisruptionBudgets are honoured) before its VM is terminated, one at a time; the operation runs asynchronously and stops — with the pool intact — if a node cannot be emptied.

The last pool of a cluster cannot be deleted, and the cluster keeps at least 2 worker nodes.

## Path parameters

- `cluster_id` string, required
- `pool_id` string, uuid, required

## Headers

- `X-Project-ID` string, uuid, required

## Response `200`

Pool deletion started

- SuccessResponse
  - `success` boolean
  - `message` string

## Other responses

- `400` — Invalid request parameters
- `404` — Resource not found

## Changes

- **2026-08-23** `72c803a128b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/k8s/clusters/:cluster_id/pools/:pool_id/delete.md)

---

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