Delete K 8s Cluster
Deletes the Kubernetes cluster with the unique identifier (URN). This operation is asynchronous and returns a task that you can monitor to track the progress of the request.
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/tkgClusters/{urn}
COPY
Path Parameters
string
urn
Required
A URN corresponding to a Kubernetes cluster previously created by a POST to OpenAPI tkgClusters endpoint.
string
urn
Required
A URN corresponding to a Kubernetes cluster previously created by a POST to OpenAPI tkgClusters endpoint.
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Availability
Added in 39.0.0-alpha
K8s Cluster Operations
POST
Create K 8s Cluster
DELETE
Delete K 8s Cluster
POST
Generate Kubeconfig
GET
Get K 8s Cluster
GET
Query K 8s Clusters
PUT
Update K 8s Cluster