dcos marathon app start

Starting an application

Description

The dcos marathon app start command allows you to start an application.

Usage

dcos marathon app start [--force] <app-id> [<instances>]

Options

Name Description
--force Disable checks in Marathon during updates.
-h, --help Display info about usage of this command.

Positional arguments

Name Description
<app-id> The application ID. You can view a list of the application IDs with the dcos marathon app list command.
--instances The number of instances.

Parent command

Command Description
dcos marathon Deploy and manage applications to DC/OS.