flyctl scale vm

Change an App's VM to a named size (eg micro-1x, micro-2x, cpu1mem1...

About

Change an application's VM size to one of the named VM sizes. Shows the application's current VM size if no arguments are given.

Size names include micro-1x, micro-2x, cpu1mem1, cpu2mem2, cpu4mem4 and cpu8mem8.

For a full list of supported sizes, with names and pricing details, use the command FLYCTL PLATFORM VM-SIZES.

Usage

flyctl scale vm [flags] [SIZENAME]

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 vm

Global Options

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

See Also