cURL
curl --request DELETE \ --url https://app.empower.dev/api/v1/lora/{name} \ --header 'Authorization: Bearer <token>'
{ "name": "custom_mistral_7b_lora", "unit_price": 123, "active_deployment": { "base_model_name": "meta-llama/Llama-2-7b-chat-hf", "created_at": 1706652711, "creator": { "actor_type": "USER", "api_key": { "name": "<string>" }, "user": { "first_name": "<string>", "last_name": "<string>", "email": "<string>", "profile_image_url": "<string>" } }, "model_name": "IlyaGusev/saiga_mistral_7b_lora", "model_source": "HF_HUB", "hf_revision": "c1b0db933684edbfe29a06fa47eb19cc48025e93" } }
Delete a LoRA
Delete the specific LoRA.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the LoRA
Lora is deleted successfully.
Name of the LoRA, used as the unique identifier.
"custom_mistral_7b_lora"
Current active deployment of the LoRA.
Show child attributes