Delete a fine-tuned model

DELETE /models/{model}

Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.

Path parameters

  • model string Required

    The model to delete

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
DELETE /models/{model}
curl \
 -X DELETE https://api.openai.com/v1/models/ft:gpt-3.5-turbo:acemeco:suffix:abc123 \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": "string",
  "deleted": true,
  "object": "string"
}