Description
The dcos marathon pod remove
command allows you to remove a pod.
Usage
dcos marathon pod remove [--force] <pod-id>
Options
Name | Description |
---|---|
--force |
Disable checks in Marathon during updates. |
-h , --help |
Display info about usage of this command. |
Positional arguments
Name | Description |
---|---|
<pod-id> |
The pod ID. You can view a list of the pod IDs with the dcos marathon pod list command. |
Examples
Remove a Pod
Remove a pod with the following command:
dcos marathon pod remove <pod-id>
If the pod is currently deploying, you will not be able to remove the pod. To remove the pod anyway, run the command with the --force
flag.
Parent command
Command | Description |
---|---|
dcos marathon | Deploy and manage applications to DC/OS. |