This endpoint lives at the domain root (
/healthz), not under /api.GET Path: /healthz Auth: None
Responses
200 OK
503 Service Unavailable when the database ping fails.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Liveness endpoint that pings the database. Returns 200 with a status object when healthy and 503 when the database is unreachable.
/healthz), not under /api.GET Path: /healthz Auth: None
200 OK
{ "status": "ok" }
503 Service Unavailable when the database ping fails.
{ "error": "database unavailable" }
curl -i https://ariacompute.com/healthz
Was this page helpful?