dcos job schedule add

Adding a schedule to a job

Description

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

Usage

  1. dcos job schedule add <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

Examples

For examples using job add, see the documentation.

Parent command

CommandDescription
dcos jobDeploy and manage jobs in DC/OS.