Credentials

Reset the database password or TLS certificate

Rotates either the access password or the TLS certificate of the database. The database must be running.

Resetting password returns the new password once; resetting certificate returns success and the new certificate is fetched separately via /credentials/certificate.

Rate limited to 1 reset every 3 seconds per user.

post/v2/databases/{databaseId}/credentials/reset

Path parameters

databaseIdstring required

Database identifier.

Request body

reset'certificate' | 'password' required

Response

Reset completed.

status'success' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.