Description
The dcos marathon app remove
command allows you to remove an application.
Usage
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. |
Example
Note in the following examples that no output is displayed after a successful remove
operation. To verify that the remove
operation was successful, run dcos marathon app list
.
You can also use the --force
option to disable Marathon checks:
Parent command
Command | Description |
---|---|
dcos marathon | Deploy and manage applications to DC/OS. |