Unloads a LoRA model from a deployment.
firectl unload-lora [flags]
firectl unload-lora my-lora # To unload it from serverless
firectl unload-lora my-lora --deployment abcd1234 # To unload it from a dedicated deployment
--deployment string The resource name of the deployment where the model is to be undeployed.
-h, --help help for unload-lora
--wait Wait until the model is deployed.
--wait-timeout duration Maximum time to wait when using --wait flag. (default 30m0s)
-a, --account-id string The Fireworks account ID. If not specified, reads account_id from ~/.fireworks/auth.ini.
--api-key string An API key used to authenticate with Fireworks.
-p, --profile string fireworks auth and settings profile to use.
Was this page helpful?