pydo.kubernetes.delete_cluster()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.kubernetes.delete_cluster(
cluster_id="bd5f5959-5e1e-4205-a714-a914373942af",
)Description
To delete a Kubernetes cluster and all services deployed to it, send a DELETE
request to /v2/kubernetes/clusters/{cluster_id}.
A 204 status code with no body will be returned in response to a successful request.
Parameters
cluster_idstring requiredA unique ID that can be used to reference a Kubernetes cluster.
Request Sample
More Information
See /v2/kubernetes/clusters/{cluster_id} in the API reference for additional detail on responses, headers, parameters, and more.