---
title: "replicas list"
description: "List read replicas"
canonical: "https://pgbeam.com/docs/cli/projects/replicas/list"
last-updated: "2026-09-14T19:37:21.000Z"
---

# replicas list

> List read replicas

URL: https://pgbeam.com/docs/cli/projects/replicas/list

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

## Usage

## Options

Option

Description

Required

Default

`--database-id <value>`

ID of the database whose replicas to list

Yes

-

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

## Examples

## Output

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