Delete Cluster
Api to delete kubernetes Cluster for Telco Cloud Automation
Request
URI
DELETE
https://{api_host}/tca/caas/api/v2/orgs/{orgId}/clusters/{clusterUUID}
COPY
Path Parameters
string
orgId
Optional
The identifier of the tenant
string
clusterUUID
Optional
UUID of the cluster which has to be deleted
Query Parameters
string
mgmtClusterName
Optional
Name of the management cluster where the request has to be executed
string
tcaCpId
Optional
Id of the TCA CP where the request has to be routed.
boolean
isForce
Optional
Flag to force delete cluster created using v2 apis
Header Parameters
integer
Priority
Optional
Priority of the current task
Responses
200
Successfully accepted request to delete cluster.
Operation doesn't return any data structure
400
Returns BadRequest of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
500
Returns InternalServerError of type(s) application/json
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
On This Page
Cluster Automation Operations
POST
Create Cluster
DELETE
Delete Cluster
PUT
Edit Cluster
GET
Get Addon Tca K 8s Resources
GET
Get All Clusters
GET
Get Cluster
GET
Get Cluster Stats
GET
Get Cluster Tca K 8s Resources
GET
Get Node Pool Tca K 8s Resources
GET
Get Single Node Cluster Customization
POST
Sync Kubeconfig