flyctl autoscale

Autoscaling App resources

About

Autoscaling application resources

Usage

flyctl autoscale [command] [flags]

Available Commands

  • balanced - Configure a traffic balanced App with params (min=int max=int)
  • disable - Disable autoscaling
  • set - Set current models autoscaling parameters
  • show - Show current autoscaling configuration
  • standard - Configure a standard balanced App with params (min=int max=int)

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 autoscale

Global Options

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

See Also