Delete a cluster instance
Updated at:
Deletes a Container Service for Kubernetes (ACK) cluster and releases all node resources. For the full API reference, see Delete a cluster.
Request syntax
aliyun cs DELETE /clusters/<cluster_id>
|
Parameter |
Location |
Description |
|
|
Path |
The ID of the cluster to delete. |
Response elements
|
Parameter |
Type |
Description |
|
|
String |
The ID of the task created to delete the cluster. |
Example response:
{
"task_id" : "T-5a54309c80282e39ea****"
}
Is this page helpful?