v2

latestOpenAPI 3.1.02026-07-26262762.2 KB
Utility

Delete Finetune

Delete a finetune_id that was created by the user

post/v1/delete_finetune

Request body

finetune_idstring required

Name of the LoRA to delete.

Example request

{
  "finetune_id": "my-finetune"
}

Response

Successful Response

statusstring required

Status of the deletion

messagestring required

Message about the deletion

deleted_finetune_idstring required

ID of the deleted finetune

timestampstring required

Timestamp of the deletion