cURL
curl --request POST \ --url https://api.us1.bfl.ai/v1/delete_finetune \ --header 'Content-Type: application/json' \ --header 'x-key: <api-key>' \ --data '{ "finetune_id": "my-finetune" }'
{ "status": "<string>", "message": "<string>", "deleted_finetune_id": "<string>", "timestamp": "<string>" }
Delete a finetune_id that was created by the user
ID of the fine-tuned model you want to delete.
"my-finetune"
Successful Response
Status of the deletion
Message about the deletion
ID of the deleted finetune
Timestamp of the deletion
Was this page helpful?