Skip to main content
POST
Rotate Password

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

databaseId
string
required

The database's id (UUID), from databases.list.

Response

New credentials issued. The connection string is shown once; store it securely. Rotate to obtain a new one.

connectionString
string
required

Full postgres:// connection string including the password. Shown exactly once — it is never retrievable later.