dcos job remove

Removing jobs

Description

The dcos job remove command allows you to remove jobs.

Usage

  1. dcos job remove <job-id> [--stop-current-job-runs]

Options

NameDescription
—stop-current-job-runsIndicates on a job removal that all current running jobs should be killed.
-h, —helpPrint usage.

Positional arguments

NameDescription
<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.

  1. dcos job remove my-job

Parent command

CommandDescription
dcos jobDeploy and manage jobs in DC/OS.