Delete cluster node
DELETE/core/clusters/:cluster_id/nodes/:node_id
Removes a node from a specified Kubernetes cluster. Provide the cluster ID and node ID in the path to delete the specified node. You can obtain the node_id by calling the Get cluster nodes. Before deleting a node using the Hyperstack API, drain it from Kubernetes (kubectl drain then kubectl delete node) to prevent orphaned resources. Any data stored on a deleted node is permanently lost.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Success
Bad Request
Unauthorized
Not Found
Internal Server Error
Was this page helpful?