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.ioopen in new window. You can also subscribe to status change emails there.

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

TIP

A time out of the request should also be interpreted as an indiciation of problems with the Teleport Cloud services.