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.

apiVersion'ske.sotoon.ir/v1alpha1' required

Version of the Status kind

codeinteger required

HTTP status code corresponding to this status

kind'Status' required

Value is always 'Status'

messagestring

Human-readable description of the status

reasonstring

Machine-readable description of the cause

status'Success' | 'Failure' required

Status of the operation

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.