Cloud Providers /
Delete cluster
Delete the given cluster. Fails if the cluster has associated projects.
Required permission
Account > Cloud > Clusters > Delete
Path parameters
clusterId
string requiredID of the cluster
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/cloud-providers/clusters/{clusterId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}
Example response
409 Conflict
The cluster couldn't be deleted as it has dependencies that have not been deleted