<<<<<<< HEAD:source/docs/flyctl/cmd/flyctlautoscaleset.md

flyctl autoscale set

Set current models autoscaling parameters

About

Allows the setting of the current models autoscaling parameters:

flyctl scale count

Change an App's VM count to the given value

About

Change an App's VM count to the given value.

master:source/docs/flyctl/cmd/flyctlscalecount.md

For pricing, see https://fly.io/docs/about/pricing/

Usage

<<<<<<< HEAD:source/docs/flyctl/cmd/flyctl_autoscale_set.md
flyctl autoscale set [flags]
=======
flyctl scale count <count> [flags]
>>>>>>> master:source/docs/flyctl/cmd/flyctl_scale_count.md

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 count

Global Options

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

See Also