unload_model
Remove a loaded model instance from memory to free RAM/VRAM. Specify the instance_id from get_loaded_models.
Instructions
Unload a model instance from memory, freeing RAM / VRAM.
The instance_id is the identifier returned by load_model (usually equal to the model key, but may differ when multiple instances of the same model are loaded). Use get_loaded_models to discover currently loaded instance_ids.
Examples: unload_model(instance_id="qwen/qwen3-4b-2507")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||