v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Kubernetes

Recycle a Kubernetes Node Pool

The endpoint has been deprecated. Please use the DELETE /v2/kubernetes/clusters/$K8S_CLUSTER_ID/node_pools/$NODE_POOL_ID/nodes/$NODE_ID method instead.

post/v2/kubernetes/clusters/{cluster_id}/node_pools/{node_pool_id}/recycle

Path parameters

cluster_idstring uuid required

A unique ID that can be used to reference a Kubernetes cluster.

node_pool_idstring uuid required

A unique ID that can be used to reference a Kubernetes node pool.

Request body

nodesstring[]

Example request

{
  "nodes": [
    "d8db5e1a-6103-43b5-a7b3-8a948210a9fc"
  ]
}

Response

This does not indicate the success or failure of any operation, just that the request has been accepted for processing.