Health check
Health
Health check
Check the detailed status of the VPS agent and its services.
GET
Health check
This is a VPS agent endpoint at
https://agent.dbhost.app/health, not part of the control plane API. It requires Authorization: Bearer <API_KEY>. Use GET /healthz for unauthenticated liveness checks.Response
200 OK
Response notes
memoryandloadare nullable and may be omitted if the VPS cannot collect them.pgbouncer_poolsexcludes the PgBouncer admin database and focuses on managed tenant pools.pgbouncer_clientsreflects current live PgBouncer client sessions, not the historical connection log stored in the control plane database.
Status values
| Status | Meaning |
|---|---|
healthy | Both PostgreSQL and PgBouncer are running |
degraded | One or both services are down, or the agent could not collect detailed PostgreSQL capacity metrics |