Skip to content

Checking service status

You can check the health of the Teleport Cloud using the request detailed below. Uptime and incidents can be viewed at teleport.statuspage.io. You can also subscribe to status change emails there.

REQUEST
curl
curl -X GET https://api.teleport.withthegrid.com/v1/health/
RESPONSE
successful responses
204
Cloud services are up.
error responses (next to generic errors)
503 { key: "service_unavailable" }
Cloud services are unavailable.