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

cluster_id

Path

The ID of the cluster to delete.

Response elements

Parameter

Type

Description

task_id

String

The ID of the task created to delete the cluster.

Example response:

{
  "task_id" : "T-5a54309c80282e39ea****"
}