PgBeam Docs
projectsreplicas

replicas list

List read replicas

List all read replicas configured for a database. Shows each replica's ID, host, port, and SSL mode.

Usage

pgbeam replicas list [flags]

Options

OptionDescriptionRequiredDefault
--database-id <value>ID of the database whose replicas to listYes-

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --debug) are also available on this command.

Examples

# List replicas for a database
pgbeam replicas list --database-id db_xxx

# List replicas as JSON
pgbeam replicas list --database-id db_xxx --json

Output

Displays a table with columns: ID, Host, Port, and SSL. With --json, returns the full replica list from the API.

On this page