Test connection
Postgres databases
Test connection
Tests the connectivity and permissions for a configured Postgres database.
POST
Test connection
Tests an existing Postgres connection. This verifies:
- network reachability
- authentication
- connect permissions
- replication slot validity
Path parameters
The ID or the name of the Postgres database connection to test.
Example request
curl
Response
Indicates whether all connection tests passed (
true) or if any test failed (false).If
success is false, this field provides a human-readable reason for the failure.
