Pueue Kill - Control Task Execution | Online Free DevTools by Hexmos
Control task execution with Pueue Kill. Manage running processes and groups, terminate child processes with ease. Free online tool, no registration required.
pueue-kill
Kill running tasks or whole groups. More information: https://github.com/Nukesor/pueue.
- Kill all tasks in the default group:
pueue kill
- Kill a specific task:
pueue kill {{task_id}}
- Kill a task and terminate all its child processes:
pueue kill --children {{task_id}}
- Kill all tasks in a group and pause the group:
pueue kill {{[-g|--group]}} {{group_name}}
- Kill all tasks across all groups and pause all groups:
pueue kill {{[-a|--all]}}
