Description
The dcos marathon app restart
command allows you to restart an application.
Usage
dcos marathon app restart [--force] <app-id>
Options
Name | Description |
---|---|
--help |
Show this message and exit. |
--force |
Disable checks in Marathon during updates. |
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. |
Parent command
Command | Description |
---|---|
dcos marathon | Deploy and manage applications to DC/OS. |