Unload Model
Manually unload a model from memory.
The model will reload automatically on next use.
Path Parameters
model_type*Model Type
Value in
- "embedding"
- "llm"
Response Body
application/json
application/json
curl -X POST "https://example.com/models/unload/embedding"{ "success": true, "model": "string", "message": ""}