For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Get the status of the whole cluster Added in 8.10

GET 

/cluster/v2/status

Strongly Consistent About endpoint data consistency

Checks the health status of the whole cluster, aggregated over all physical tenants. Returns HEALTHY when every physical tenant is healthy, DOWN when no physical tenant can process work, and DEGRADED in every other case. No per-tenant detail is reported; use GET /cluster/v2/topology for that.

This endpoint is public and requires no authentication, unlike PATCH /cluster/v2/mode below, which needs cluster-admin credentials.

Required permissions

Even when authorization is enabled, this endpoint requires no specific permission. See resources and permissions to learn more.

Responses

The cluster can process work; the body reports whether it is fully healthy or degraded.