lora_unload
Hot-unload a LoRA adapter from an inference cluster to stop traffic on it. Use dry_run to preview before unloading.
Instructions
[WRITE][risk=high] Hot-unload a LoRA adapter (traffic on it starts failing).
Pass dry_run=True to preview.
Args: lora_name: Adapter name to unload (from model_list). dry_run: If True, preview without unloading. target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| lora_name | Yes |