Delete multiple cluster nodes
POST/core/clusters/:cluster_id/nodes/delete
Deletes one or more nodes (worker or master) from a specific Kubernetes cluster. Provide the target cluster_id in the path and an array of node ids in the request body.
Minimum node requirements
Each node group must retain at least one worker node, and each cluster must retain at least two master nodes. Deletion requests that would violate either of these minimums are rejected.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Success
Bad Request
Unauthorized
Not Found
Internal Server Error
Was this page helpful?