📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

ti db list-db-cluster-branches



Lists branches for one Starter cluster, with optional pagination. The command verifies that the parent cluster is Starter before listing branches.

Syntax

ti db list-db-cluster-branches --db-cluster-id <string> [--help] [--page-size <int32>] [--page-token <string>] [--version]

Options

  • --db-cluster-id <string>: Starter DB cluster ID. [required]
  • --help: Display help information.
  • --page-size <int32>: Number of branches to request; 0 uses the API default.
  • --page-token <string>: Page token returned by a previous list-db-cluster-branches call.
  • --version: Display version information.

For options shared by all commands, see Global options.

Examples

  • List cluster branches:

    # Return all branches that belong to the selected Starter cluster. ti db list-db-cluster-branches --db-cluster-id "<cluster-id>"

Was this page helpful?