Skip to content

Mesos Marathon - Process Steps

Kill Tasks

End all tasks in an application.

NameTypeDescriptionRequired
Application NameStringThe name of the application to wait for.Yes
Marathon URLStringThe base URL where Marathon is running.Yes

Launch Application

Start an application on Marathon.

NameTypeDescriptionRequired
ApplicationStringPath to a file that contains the apps JSON definition. For a detailed description, see https://mesosphere.github.io/marathon/docs/rest-api.html#post-/v2/apps.Yes
Marathon URLStringThe base URL where Marathon is running.Yes

Remove Application

Remove an application from Marathon.

NameTypeDescriptionRequired
ApplicationStringPath to a file or HTTP(S) URL that contains the apps JSON definition. If omitted, the definition is read from stdin. For a detailed description, see https://mesosphere.github.io/marathon/docs/rest-api.html#post-/v2/apps.Yes
Marathon URLStringThe base URL where Marathon is running.Yes

Scale Application

Scale an application within Marathon.

NameTypeDescriptionRequired
Application NameStringThe name of the application to scale.Yes
InstancesStringThe number of instances.Yes
Marathon URLStringThe base URL where Marathon is running.Yes