Description
The dcos job schedule remove command allows you to remove a job schedule.
Usage
dcos job schedule remove <job-id> <schedule-id>
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-id> |
The schedule ID. |
Examples
Remove a job
In this example, a job named my-job is removed.
dcos job remove my-job
Parent command
| Command |
Description |
| dcos job |
Deploy and manage jobs in DC/OS. |