Check service readiness

GET/readyz

Unauthenticated readiness check. A coalesced database probe must succeed within two seconds, and the service must still accept work. This does not check VM or session-storage availability.

Response Body

application/json

application/json

Request
curl -X GET "https://assemble-vms-api.fly.dev/readyz"
Response
{  "status": "ready"}