← 返回命令列表

Linux command

pueue-remove 命令

文本

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

常用示例

Remove task

pueue remove [task_id]

Remove multiple tasks

pueue remove [id1] [id2]

Force remove running task

pueue kill [task_id] && pueue remove [task_id]

说明

pueue remove deletes specific tasks from the pueue queue by their task IDs. Only queued, stashed, or finished tasks can be removed; running tasks must be killed first with pueue kill before removal. Use pueue clean to bulk-remove all finished tasks instead.

FAQ

What is the pueue-remove command used for?

pueue remove deletes specific tasks from the pueue queue by their task IDs. Only queued, stashed, or finished tasks can be removed; running tasks must be killed first with pueue kill before removal. Use pueue clean to bulk-remove all finished tasks instead.

How do I run a basic pueue-remove example?

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

Where can I find more pueue-remove examples?

This page includes 3 examples for pueue-remove, plus related commands for nearby Linux tasks.