dcos job schedule update

Updating a job schedule

Description

The dcos job schedule update command allows you to update a schedule on a job.

Usage

  1. dcos job schedule update <job-id> <schedule-file>

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-file>A JSON formatted file of a job schedule.

Parent command

CommandDescription
dcos jobDeploy and manage jobs in DC/OS.