curl --request GET \
--url https://{controlPlaneURL}/api/svc/v1/clusters/{id}/is-connected \
--header 'Authorization: Bearer <token>'{
"isConnected": true
}Get the connection status of the cluster agent to the control plane.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the cluster.
Connection status of the cluster.
Whether the cluster agent is currently connected to the control plane.
Was this page helpful?