mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
369 B
369 B
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]}}