Account
Delete Account
Delete a Account
An Account is a container for resource ownership. Organizations can have multiple Accounts, each representing a department or division of the Organization that has ownership over some segment of the Organization’s resources.
Accounts are uniquely identified by a UUID, prefixed with the string ac_, for example ac_c42014e7-baf5-4ec6-a502-858f98dca7c8
DELETE
Response
204
No Content
Previous
List KubeClustersList multiple KubeClusters
A <em>KubeCluster</em> describes a single Kubernetes cluster provisioned by a
KubePlatform.
A KubeCluster is uniquely identified by slugified name that is unique within
the set of KubeCluster name for an Account, e.g. <b>cluster1</b> or
<b>k8scl_552fb09a-5a6a-4530-86d3-bcc0a770024d</b>.
KubeClusters always have an <b>Environment</b> tag that is defined by the
customer and allows the customer to categorize their KubeClusters.
The <b>Version</b> field of a KubeCluster indicates the <em>current</em>
Kubernetes control plane version.
Next