snippetbashTip
koji cancel — Cancel active tasks running on the Koji build system. More information: <https://docs.pagure.org/koj
Viewed 0 times
thecommandcliactiverunningkoji canceltaskscancel
linux
Problem
How to use the
koji cancel command: Cancel active tasks running on the Koji build system. More information: <https://docs.pagure.org/koji/>.Solution
koji cancel — Cancel active tasks running on the Koji build system. More information: <https://docs.pagure.org/koji/>.Cancel a task by its ID:
koji cancel {{task_id}}Cancel multiple tasks:
koji cancel {{task_id1 task_id2 ...}}Cancel a task with verbose output:
koji cancel --verbose {{task_id}}Display help:
koji cancel {{[-h|--help]}}Code Snippets
Cancel a task by its ID
koji cancel {{task_id}}Cancel multiple tasks
koji cancel {{task_id1 task_id2 ...}}Cancel a task with verbose output
koji cancel --verbose {{task_id}}Display help
koji cancel {{[-h|--help]}}Context
tldr-pages: linux/koji cancel
Revisions (0)
No revisions yet.