← 返回命令列表

Linux command

pueue-restart 命令

文件

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

常用示例

Restart failed task

pueue restart [task_id]

Restart with new arguments

pueue restart --edit [task_id]

Restart all failed tasks

pueue restart --all-failed

Restart in place

pueue restart --in-place [task_id]

说明

pueue restart re-queues failed or completed tasks for execution. Can modify the command before restarting. Useful for retrying failed operations with modifications.

参数

--edit
Edit command before restart.
--in-place
Restart in same task slot.
--all-failed
Restart all failed tasks.
--stashed
Restart as stashed.
-g, --group _name_
Filter by group.

FAQ

What is the pueue-restart command used for?

pueue restart re-queues failed or completed tasks for execution. Can modify the command before restarting. Useful for retrying failed operations with modifications.

How do I run a basic pueue-restart example?

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

What does --edit do in pueue-restart?

Edit command before restart.