Fine-tuning
Immediately cancel a fine-tune job.
post/fine_tuning/jobs/{fine_tuning_job_id}/cancel
Path parameters
fine_tuning_job_idstring required
Example:ft-AF1WoRqd3aJAHsqc9NY7iL8F
The ID of the fine-tuning job to cancel.
Response
OK
Example response
{
"result_files": [
"file-abc123"
],
"integrations": [
{
"wandb": {
"project": "my-wandb-project",
"tags": [
"custom-tag"
]
}
}
]
}