Sotoon Kubernetes Engine
Delete Cluster
Permanently removes the specified Kubernetes cluster (by cluster name) from the workspace. This action will terminate all cluster resources and cannot be undone.
delete/ske/v2alpha1/thr3-standard/workspaces/{workspaceUUID}/sotoonclusters/{resourceId}
Path parameters
resourceIdstring required
Resource ID
workspaceUUIDstring required
UUID of the workspace
Response
The cluster and all its associated resources were successfully deleted.
Example response
{
"apiVersion": "ske.sotoon.ir/v1alpha1",
"kind": "Status",
"status": "Success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.