Delete a job
Delete the job and its trained model.
Path parameters
The ftjob- prefixed id of a job you own.
Identifies the job to remove.
Response
Deletion confirmation for the job.
Example response
{
"id": "ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"object": "fine_tuning.job.deleted",
"deleted": true
}Changes
Changed in 1 of the 2 revisions of this API.214
- ●
removed the optional property
error/typefrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
error/typefrom the response with the404statusresponse-optional-property-removed
- ○
api operation id
deleteReflexJobremoved and replaced withdeleteFineTuningJobapi-operation-id-removed
- ○
the endpoint scheme security
bearerAuthwas added to the APIapi-security-added
- ○
api tag
fine-tuningaddedapi-tag-added
- ○
api tag
Reflexremovedapi-tag-removed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
the response property
deletedbecame required for the status200response-property-became-required
- ○
the response property
error/codebecame required for the status401response-property-became-required
- ○
the response property
error/codebecame required for the status404response-property-became-required
- ○
the response property
error/messagebecame required for the status401response-property-became-required
- ○
the response property
error/messagebecame required for the status404response-property-became-required
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the response property
objectbecame required for the status200response-property-became-required
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●