> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# fly scale

Scale application resources

## Usage

```
fly scale [command] [flags]
```

## Available Commands

* [count](/flyctl/cmd/fly_scale_count)	 - Change an app's VM count to the given value
* [memory](/flyctl/cmd/fly_scale_memory)	 - Set VM memory
* [show](/flyctl/cmd/fly_scale_show)	 - Show current resources
* [vm](/flyctl/cmd/fly_scale_vm)	 - Change an app's VM to a named size (eg. shared-cpu-1x, performance-1x, performance-2x...)

## Options

```
  -h, --help   help for scale
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly](/flyctl/cmd/fly_help)	 - The Fly.io command line interface
