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

Path parameters

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

Example request

curl

Response

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