Copy
Ask AI
firectl scale [flags]
Examples
Copy
Ask AI
firectl scale my-deployment --replica-count=3
firectl scale accounts/my-account/deployments/my-deployment --replica-count=3
Flags
Copy
Ask AI
-h, --help help for scale
--replica-count int32 The desired number of replicas. Must be non-negative.
Global flags
Copy
Ask AI
-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.