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
dcos job schedule add <job-id> <schedule-file>
Options
Name | Description |
---|
-h , —help | Print usage. |
Positional arguments
Name | Description |
---|
<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
Command | Description |
---|
dcos job | Deploy and manage jobs in DC/OS. |