Unload Model
Manually unload a model from memory.
The model will reload automatically on next use.
Path Parameters
model_type*string
Value in
"embedding" | "llm"Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/models/unload/embedding"{
"success": true,
"model": "string",
"message": ""
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}