For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai replicas list

List replicas for a service

Synopsis

List pods backing a service in a specific project.

iai replicas list [service_name] [flags]

Examples

  iai replicas list my-service
  iai replicas list my-service -p my-project -o my-org
  iai replicas list my-service --json

Options

  -h, --help                  help for list
      --json                  Output raw API response as JSON
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name that owns the service
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?