Skip to main content
POST
Test connection
Tests an existing Postgres connection. This verifies:
  • network reachability
  • authentication
  • connect permissions
  • replication slot validity

Path parameters

string
required
The ID or the name of the Postgres database connection to test.

Example request

curl

Response

boolean
Indicates whether all connection tests passed (true) or if any test failed (false).
string
If success is false, this field provides a human-readable reason for the failure.