Skip to main content
GET
/
api
/
svc
/
v1
/
clusters
/
{id}
/
is-connected
Get cluster connection status
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/clusters/{id}/is-connected \
  --header 'Authorization: Bearer <token>'
{
  "isConnected": true
}

Documentation Index

Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier of the cluster.

Response

Connection status of the cluster.

isConnected
boolean
required

Whether the cluster agent is currently connected to the control plane.