Skip to main content
Cohere

Search documentation

Type to search this documentation.

Deletes a fine-tuned model.

DELETE/v1/finetuning/finetuned-models/{id}Deletes a fine-tuned model.

Deletes a fine-tuned model. The model will be removed from the system and will no longer be available for use. This operation is irreversible.

Parameters

idstringpathrequired

The fine-tuned model ID.

X-Client-Namestringheader

The name of the project that is making the request.

Responses

200A successful response.application/json
objectdeprecatedDeleteFinetunedModelResponse

Response to request to delete a fine-tuned model.

Example response
{}
400Bad Requestapplication/json
objectdeprecatedError

Error is the response for any unsuccessful event.

messagestring

A developer-facing error message.

Example response
{
  "message": "string"
}
401Unauthorizedapplication/json
objectdeprecatedError

Error is the response for any unsuccessful event.

messagestring

A developer-facing error message.

Example response
{
  "message": "string"
}
403Forbiddenapplication/json
objectdeprecatedError

Error is the response for any unsuccessful event.

messagestring

A developer-facing error message.

Example response
{
  "message": "string"
}
404Not Foundapplication/json
objectdeprecatedError

Error is the response for any unsuccessful event.

messagestring

A developer-facing error message.

Example response
{
  "message": "string"
}
500Internal Server Errorapplication/json
objectdeprecatedError

Error is the response for any unsuccessful event.

messagestring

A developer-facing error message.

Example response
{
  "message": "string"
}
503Status Service Unavailableapplication/json
objectdeprecatedError

Error is the response for any unsuccessful event.

messagestring

A developer-facing error message.

Example response
{
  "message": "string"
}
Documentation menu