LinuxCommandLibrary

pueue-remove

Remove tasks from the pueue queue

TLDR

Remove task

$ pueue remove [task_id]
copy
Remove multiple tasks
$ pueue remove [id1] [id2]
copy
Force remove running task
$ pueue kill [task_id] && pueue remove [task_id]
copy

SYNOPSIS

pueue remove [options] taskids_

DESCRIPTION

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.

PARAMETERS

TASKIDS_

Tasks to remove.

CAVEATS

Kill running tasks first. Part of pueue.

HISTORY

pueue remove provides task removal from queue.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community