curl --request GET \
--url https://api.example.com/healthCheck the status of the VPS agent and its services.
curl --request GET \
--url https://api.example.com/healthhttps://agent.dbhost.app/health, not part of the control plane API. It requires no authentication and is intended for monitoring tools.{
"status": "healthy",
"postgres_connected": true,
"pgbouncer_running": true,
"disk_free_bytes": 42300000000,
"disk_free_pretty": "42.3 GB"
}
| Status | Meaning |
|---|---|
healthy | Both PostgreSQL and PgBouncer are running |
degraded | One or both services are down |