๐ FLUX.2 [klein] โ Sub-second generation. Open weights, Apache 2.0, API from $0.014/image. Learn more โ
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
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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.bfl.ml/llms.txt
Use this file to discover all available pages before exploring further.
Name of the LoRA to delete.
"my-finetune"
Was this page helpful?