v1
latestOpenAPI 3.1.0MIT2026-07-13174391.2 KBReflex
Delete a job
Delete the job and its trained model.
delete/v1/fine_tuning/jobs/{job_id}
Path parameters
job_idstring required
Response
Deletion confirmation.
Example response
{
"id": "ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"object": "fine_tuning.job.deleted",
"deleted": true
}