← 返回命令列表

Linux command

pueue-kill 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Kill specific task

pueue kill [task_id]

Kill all running tasks

pueue kill --all

Kill tasks in group

pueue kill --group [group_name]

Send specific signal

pueue kill --signal [SIGTERM] [task_id]

说明

pueue kill sends signals to running tasks in the pueue task queue. By default, it sends SIGKILL to terminate tasks immediately.

参数

--all, -a
Kill all tasks.
--group, -g _name_
Target specific group.
--signal, -s _signal_
Signal to send.
--children, -c
Kill children processes.

FAQ

What is the pueue-kill command used for?

pueue kill sends signals to running tasks in the pueue task queue. By default, it sends SIGKILL to terminate tasks immediately.

How do I run a basic pueue-kill example?

Run `pueue kill [task_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --all, -a do in pueue-kill?

Kill all tasks.