Description
The dcos marathon group scale
command allows you to scale a group.
Usage
dcos marathon group scale [--force] <group-id> <scale-factor>
Options
Name |
Description |
-h , --help |
Display info about usage of this command. |
--force |
Disable checks in Marathon during updates. |
Positional arguments
Name |
Description |
<group-id> |
The group ID. You can view a list of the group IDs with the dcos marathon group list command. |
<scale-factor> |
The factor to scale an application group by. |
Parent command
Command |
Description |
dcos marathon |
Deploy and manage applications to DC/OS. |