dcos job remove
Removing jobs
Description
The dcos job remove
command allows you to remove jobs.
Usage
dcos job remove <job-id> [--stop-current-job-runs]
Options
Name | Description |
---|
—stop-current-job-runs | Indicates on a job removal that all current running jobs should be killed. |
-h , —help | Print usage. |
Positional arguments
Name | Description |
---|
<job-id> | Specify the job ID. You can view the job IDs with the dcos job list command. |
Examples
Remove a job
In this example, a job with the ID my-job
is removed.
dcos job remove my-job
Parent command
Command | Description |
---|
dcos job | Deploy and manage jobs in DC/OS. |