v1

latestOpenAPI 3.1.0MIT2026-07-13174391.2 KB
Reflex

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.

idstring
objectstring
deletedboolean

Example response

{
  "id": "ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
  "object": "fine_tuning.job.deleted",
  "deleted": true
}