Clusters
Delete a cluster
Scope: cluster:write
Authorization
bearerAuth AuthorizationBearer <token>
Personal Access Token (PAT) or Service Access Token (SAT). Pass the token in the Authorization header: Bearer adm_pat_...
In: header
Path Parameters
cluster_id*cluster_id
The unique identifier of the cluster to delete (UUID). All associated service access tokens will be revoked.
Format
uuidResponse Body
application/json
curl -X DELETE "https://admiral.example.com/api/v1/clusters/497f6eca-6276-4993-bfeb-53cbbbba6f08"{}Create a cluster token POST
Use this to create additional SATs for an existing cluster (e.g., for zero-downtime token rotation). The initial SAT is created automatically by CreateCluster. Scope: `cluster:write`
Retrieve a cluster GET
Returns the Cluster record with its server-derived health_status. For detailed telemetry (node counts, resource usage, workload summary), use GetClusterStatus instead. Scope: `cluster:read`