training
training stop
Stop a running training job
Stops a running Training Job. This will terminate the job and save any output that has been generated so far.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Stop a running training job
flexai training stop <training_or_fine_tuning_job_name> [flags]
| Argument | Type | Required | Description |
|---|---|---|---|
training_or_fine_tuning_job_name | string | Yes | The name of the Training or Fine-tuning Job to stop. |
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--verbose | -v | boolean | Provides more detailed output when stopping a Training Job. |
Was this page helpful?