CH·02CLI reference

gpu templates list

List deployable application templates

List deployable application templates

Synopsis

Lists the operator-curated catalog of one-click deployable apps (ComfyUI, vLLM, …). Each row shows the template id, display name, category, kind, minimum VRAM, and status. Requires a key with instances:read (or full_access).

gpu templates list [flags]

Examples

# All templates
gpu templates list

# JSON for jq
gpu templates list -o json | jq '.[].id'

Options

  -h, --help   help for list

Options inherited from parent commands

      --api-base string   API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
      --debug             Enable debug logging to stderr
  -o, --output string     Output format: table|json (default table on TTY, json otherwise)

SEE ALSO

  • gpu templates - Browse the deployable application-template catalog

← The gpu CLI