Usage
scale command adjusts the number of running machines for your application.
Arguments
| Argument | Type | Description |
|---|---|---|
count | int (required) | Target number of machines (0 or more) |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--app | string | from zwrm.toml | Application name |
--app-id | string | — | Application UUID |
Examples
Scale to 3 machines:How scaling works
Scaling up creates new machines using the image from your latest deployment. Scaling down destroys the most recently created machines first. Machines in astopped or failed state are skipped during scale-down.