LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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

Running tasks cannot be removed directly; use pueue kill first. Removing a task deletes its log output permanently.

SEE ALSO

Copied to clipboard
Kai