github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/scaling/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: scaling' 4 description: | 5 The scaling command is used to interact with the scaling API. 6 --- 7 8 # Command: scaling 9 10 The `scaling` command is used to interact with the scaling API. 11 12 ~> Scaling commands are new in Nomad 1.0. 13 14 ## Usage 15 16 Usage: `nomad scaling <subcommand> [options]` 17 18 Run `nomad scaling <subcommand> -h` for help on that subcommand. The following 19 subcommands are available: 20 21 - [`policy info`][scalingpolicyinfo] - Display an individual Nomad scaling policy 22 - [`policy list`][scalingpolicylist] - List all Nomad scaling policies 23 24 [scalingpolicyinfo]: /docs/commands/scaling/policy-info 25 [scalingpolicylist]: /docs/commands/scaling/policy-list