Skip to content

Get cluster

GET
/tenants/{tenant}/clusters/{name}

Retrieve details for a specific managed cluster including its configuration, resource allocations, Kubernetes version, endpoint URL, and current operational status.

tenant
required
string

Tenant name

name
required
string

Cluster name

Cluster details

object
alerts
object
key
additional properties
createdAt
string
Example
2026-02-01T14:00:00Z
displayName
string
Example
Production Cluster
name
string
Example
production
resourceVersion
string
Example
294810
resources
object
cpu
string
Example
4
memory
string
Example
16Gi
storage
string
Example
100Gi
status
object
conditions
Array<object>
object
key
additional properties
endpoint
string
Example
https://production.acme.kupe.cloud
kubernetesVersion
string
Example
v1.32.3
metrics
object
key
additional properties
phase
string
Example
Running
type
string
Example
dedicated
version
string
Example
1.32
ETag
string

Resource version for optimistic locking

Invalid name

object
error
string

Missing or invalid authentication

object
error
string

Not a member of this tenant

object
error
string

Cluster not found

object
error
string

Rate limit exceeded

object
error
string