-
Notifications
You must be signed in to change notification settings - Fork 447
CancelJobs
Vitalii Koshura edited this page Apr 8, 2023
·
2 revisions
You can cancel jobs in any of three ways:
- Using the administrative web interface (click on Cancel workunits).
- Using the utility program cancel_jobs; for example,
bin/cancel_jobs 100 200
cancels jobs with IDs 100 through 200.
bin/cancel_jobs --name WUNAME
cancels the job with the given name.
- Programatically, using the API function cancel_jobs().