Manage dedicated PgBouncers from the CLI
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
The new pscale pgbouncer command lets you manage dedicated PgBouncers for Postgres branches. Create, list, resize, and delete poolers straight from the CLI.
pscale pgbouncer list <database> <branch>
pscale pgbouncer create <database> <branch> --target replica --size PGB_10
pscale pgbouncer show <database> <branch> <name>
pscale pgbouncer resize <database> <branch> <name> --size PGB_20
pscale pgbouncer resize status <database> <branch> <name>
pscale pgbouncer resize cancel <database> <branch> <name>
pscale pgbouncer delete <database> <branch> <name>
Fetched August 11, 2026


