dcos job schedule remove

Removing a job schedule

Description

The dcos job schedule remove command allows you to remove a job schedule.

Usage

  1. dcos job schedule remove <job-id> <schedule-id>

Options

NameDescription
-h, —helpPrint usage.

Positional arguments

NameDescription
<job-id>Specify the job ID. You can view the job IDs with the dcos job list command.
<schedule-id>The schedule ID.

Examples

Remove a job

In this example, a job named my-job is removed.

  1. dcos job remove my-job

Parent command

CommandDescription
dcos jobDeploy and manage jobs in DC/OS.