Description
The dcos marathon task stop command allows you to stop a task.
Usage
dcos marathon task stop [--wipe] <task-id>
Options
| Name | Description |
|---|---|
--wipe |
Wipe persistent data. |
-h, --help |
Display info about usage of this command. |
Positional arguments
| Name | Description |
|---|---|
<task-id> |
The task ID. You can view a list of the task IDs with the dcos marathon task list command. |
Parent command
| Command | Description |
|---|---|
| dcos marathon | Deploy and manage applications to DC/OS. |
DC/OS Documentation