Description
The dcos job schedule update command allows you to update a schedule on a job.
Usage
dcos job schedule update <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. |
Parent command
| Command | Description |
|---|---|
| dcos job | Deploy and manage jobs in DC/OS. |
DC/OS Documentation