v2

latestOpenAPI 3.0.1Apache 2.02026-07-2698173135.4 KB
Postgres Clusters

Rotate User Password

Rotate a specific Postgres user's password within a cluster, optionally terminating the user's existing sessions.

post/postgres/{postgres_cluster_id}/users/{username}/rotate_password

Path parameters

postgres_cluster_idstring required

Managed Postgres Cluster ID

usernamestring required

Postgres User Name

Request body

kill_sessionsboolean

Terminate the user's existing sessions after rotating.

Response

Rotated user credentials