Unload a LORA model from a deployment.
firectl unload-lora <model-id> [flags]
firectl unload-lora my-model
firectl unload-lora my-model --deployment="abcd1234"
--deployment string The resource ID of the deployment where the model is to be undeployed.
-h, --help help for unload-lora
--wait Wait until the model is deployed.
Was this page helpful?