processing-jobs
Use this command to display or purge the jobs in process. After canceling the jobs in processing, the job status is shown as Canceled in the job details.
Syntax
processing-jobs [show|cancel|-j<job_id>]
Option |
Description |
---|---|
show |
Show the number of jobs in process. |
cancel |
Cancel the processing jobs. |
-j<job_id> |
Show the details of a job by its job ID. You can use a comma to separate IDs. A maximum 64 jobs is allowed. |
Examples:
To display all the jobs in process:
processing-jobs show
To cancel all the jobs in process:
processing-jobs cancel
To display one job:
processing-jobs show -j6565044453198669436
To cancel one job:
processing-jobs cancel -j6565044453198669436