CH·02CLI reference

gpu fine-tune cancel

Cancel a running fine-tuning job

Cancel a running fine-tuning job

Synopsis

Cancels a running fine-tuning job and stops its GPU billing. The returned job has status cancelled. Cancelling an already-terminal job is a no-op.

gpu fine-tune cancel <job-id> [flags]

Examples

gpu fine-tune cancel ftjob-abc123

Options

  -h, --help   help for cancel

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

← The gpu CLI