v2

latestOpenAPI 3.1.02026-07-262937191.0 MB
models

Delete Model

Delete a fine-tuned model.

delete/v1/models/{model_id}

Path parameters

model_idstring required

The ID of the model to delete.

Example:ft:open-mistral-7b:587a6b29:20240514:7e773925

The ID of the model to delete.

Response

Successful Response

idstring required

The ID of the deleted model.

objectstring

The object type that was deleted.

deletedboolean

The deletion status.

Example response

{
  "id": "ft:open-mistral-7b:587a6b29:20240514:7e773925",
  "deleted": true
}