Skip to main content
DELETE
Delete a job

Overview

Deletes a fine-tuning job. Delete the trained model itself with DELETE /v1/models/{model}.

Authorizations

Authorization
string
header
required

Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.

Path Parameters

job_id
string
required

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.

id
string
required

The job that was deleted.

Example:

"ftjob-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"

object
string
required

Always fine_tuning.job.deleted.

Example:

"fine_tuning.job.deleted"

deleted
boolean
required

True once the job and its trained model are gone.

Example:

true