dcos job kill

Ending DC/OS jobs

Description

The dcos job kill command allows you to kill the specified job.

Usage

dcos job kill <job-id> (<run-id>|--all)

Options

Name Description
-h, --help Print usage.
--all Instead of specifying a run_id to kill, indicates all runs should be killed.

Positional Arguments

Name Description
run-id The run ID of a job run.
job-id The job ID.

Parent command

Command Description
dcos job Deploy and manage jobs in DC/OS.