API
Kubernetes
Delete node pool

Delete a Kubernetes cluster's node pool

  • Name
    delete
    Type
    /v1/kubernetes/:uuid/node_pools/:pool_id
    Description

    Send a DELETE request to delete a kubernetes cluster's node pool.

Request

Example

curl -X DELETE "https://api.simplystack.com/v1/kubernetes/236fa2a0-96d6-4c14-8dbc-08db28f3513b/node_pools" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0"
 

Response

Response to method DELETE to /v1/kubernetes/:uuid/node_pools/:pool_id will not return any results, only the message (204 No Content) which indicates that the deletion was successful.