PgBeam Docs
platform

platform regions

List available regions

List all available PgBeam data plane regions. Shows each region's ID, display name, and cloud provider. This is a public endpoint that does not require authentication.

Usage

pgbeam platform regions

Global options

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

Examples

# List all regions
pgbeam platform regions

# List regions as JSON
pgbeam platform regions --json

Output

Displays a table with columns: ID, Name, and Provider. With --json, returns the full regions array.

On this page