Delete a node pool from a Kubernetes cluster
Delete a node pool from a cluster Kubernetes within your space.
This action is irreversible. Once the node pool is deleted, its nodes and the associated data are permanently lost.
Permissions
This action requires the following IAM (Identity and Access Management) permissions:
- kubernetes.cluster.update
- Console
- API
-
From the left-hand side menu, click Managed Services → Kubernetes to access the list of Kubernetes clusters.
-
Click the ID of the cluster from which you want to delete a node pool to access its details page.

-
In the Node pools section, click the Delete button of the relevant node pool.
-
In the Deleting a node pool window, enter the name of the node pool in the confirmation field, then click Delete the node pool.
Once the deletion is confirmed, the node pool and its nodes are deleted: the node pool disappears from the Node pools section of the cluster.
Use the DELETE /kubernetes/spaces/{spaceId}/clusters/{clusterId}/nodePools/{nodePoolId} route to delete a node pool from a managed Kubernetes cluster.
Example response
HTTP/1.1 204 No Content