dcos job kill

Ending DC/OS jobs

Description

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

Usage

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

Options

NameDescription
-h, —helpPrint usage.
—allInstead of specifying a run_id to kill, indicates all runs should be killed.

Positional Arguments

NameDescription
run-idThe run ID of a job run.
job-idThe job ID.

Parent command

CommandDescription
dcos jobDeploy and manage jobs in DC/OS.