dcos marathon app start

Starting an application

Description

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

Usage

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

Options

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

Positional arguments

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

Parent command

CommandDescription
dcos marathonDeploy and manage applications to DC/OS.