pydo.kubernetes.destroy_associated_resources_dangerous()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.kubernetes.destroy_associated_resources_dangerous(
cluster_id="bd5f5959-5e1e-4205-a714-a914373942af",
)Description
To delete a Kubernetes cluster with all of its associated resources, send a
DELETE request to /v2/kubernetes/clusters/{cluster_id}/destroy_with_associated_resources/dangerous.
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}/destroy_with_associated_resources/dangerous in the API reference for additional detail on responses, headers, parameters, and more.