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

iai services describe

Describe a service in detail

Synopsis

Show detailed information about a specific service including its configuration.

Use --revision to view a specific past revision instead of the current state. Past revision output includes server-recorded actor and source attribution when available.

iai services describe <service_name> [flags]

Examples

  iai services describe my-service
  iai services describe my-service --revision 3
  iai services describe my-service --json

Options

  -h, --help                  help for describe
      --json                  Output raw API response as JSON
  -o, --organization string   Organization name
  -p, --project string        Project name
      --revision int          Show a specific past revision instead of the current state
  -w, --watch                 Poll and refresh every 2s until interrupted
      --yaml                  Output raw API response as YAML

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?