Fine-tuning
Delete Fine-tuning Job
Remove a job and its artifacts at /v1/fine_tuning/jobs/
DELETE
Delete a job
Overview
Deletes a fine-tuning job. Delete the trained model itself withDELETE /v1/models/{model}.Authorizations
Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.
Path Parameters
Identifies the job to remove.
The ftjob- prefixed id of a job you own.
Example:
"ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"
Response
Deletion confirmation for the job.
Confirmation that a fine-tuning job was deleted.
Delete a job