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

iai services list

List services in a project

Synopsis

List services in a specific project using the deployment service.

iai services list [flags]

Examples

  iai services list
  iai services list --project my-project
  iai services list --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 to list services from
  -w, --watch                 Poll and refresh the list every 2s until interrupted
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?