cURL
curl --request GET \ --url https://api.cyberdesk.io/internal/debug/db-ping
Execute a lightweight SELECT 1 to validate DB connectivity and expose pool stats.
SELECT 1
Returns JSON payload with ok boolean, pool metrics, and optional error metadata.
ok
Successful Response
Was this page helpful?