unload_lms_model
Unload a specified model from the LM Studio server to free memory, requiring explicit user confirmation and reporting the freed bytes.
Instructions
Unload one model from the operator's LM Studio server to free memory. OPERATOR ACTION: never call this without an explicit request or confirmation from the user — it discards a resident model. Use list_lms_models to show what is loaded and how much each occupies, and note that a blocked ask_lms result carries an unload_offer naming exactly what is in the way. Refuses while the model has an ask_lms call in flight; waits for the unload to be confirmed and reports the bytes freed and what remains resident. Idempotent (unloading an unloaded model is a no-op).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | The loaded model key to unload (e.g. 'qwen3.8-27b-distill-q38'). Call `list_lms_models` first to show the operator what is loaded and how much each occupies. |