flyctl scale

Scale App resources

About

Scale application resources

Usage

flyctl scale [command] [flags]

Available Commands

  • count - Change an App's VM count to the given value
  • show - Show current resources
  • vm - Change an App's VM to a named size (eg. shared-cpu-1x, dedicated-cpu-1x, dedicated-cpu-2x...)

Options

  -a, --app string      App name to operate on
  -c, --config string   Path to an app config file or directory containing one (default "./fly.toml")
  -h, --help            help for scale

Global Options

  -t, --access-token string   Fly API Access Token
  -j, --json                  json output
  -v, --verbose               verbose output

See Also