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