CH·02CLI reference
gpu fine-tune list
List your fine-tuning jobs
List your fine-tuning jobs
Synopsis
Lists your fine-tuning jobs, most recent first. Use --after and --limit for cursor-based pagination.
gpu fine-tune list [flags]
Examples
# List recent jobs
gpu fine-tune list
# Page through with a cursor (the last id from the previous page)
gpu fine-tune list --limit 50 --after ftjob-abc123
Options
--after string Cursor: list jobs created after this job id
-h, --help help for list
--limit int Max jobs to fetch (1-100) (default 20)
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 fine-tune - Manage fine-tuning jobs