cURL
curl --request DELETE \ --url http://localhost:5300/api/v1/provider/models/llm/{model_uuid} \ --header 'X-API-Key: <api-key>'
200
Example
{ "code": 0, "msg": "ok", "data": {} }
Remove an LLM model from the system
API Key authentication using X-API-Key header. Example: X-API-Key: lbk_your_api_key_here
X-API-Key: lbk_your_api_key_here
Model UUID
Model deleted successfully
0
"ok"