dcos marathon group scale

Scaling a group

Description

The dcos marathon group scale command allows you to scale a group.

Usage

  1. dcos marathon group scale [--force] <group-id> <scale-factor>

Options

NameDescription
-h, —helpDisplay info about usage of this command.
—forceDisable checks in Marathon during updates.

Positional arguments

NameDescription
<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

CommandDescription
dcos marathonDeploy and manage applications to DC/OS.