pueue-reset
Reset pueue daemon to clean state
TLDR
Reset pueue state
$ pueue reset
Reset specific groups only$ pueue reset --groups [group1] [group2]
SYNOPSIS
pueue reset [options]
DESCRIPTION
pueue reset kills all running tasks, removes all tasks, and resets the task ID counter. It returns the daemon to a clean state. A confirmation prompt is shown if there are running tasks.
PARAMETERS
--groups group...
Only reset specific groups instead of everything
CAVEATS
This command permanently removes all task history and kills running tasks. The operation cannot be undone.
SEE ALSO
pueue(1), pueue-clean(1), pueue-kill(1), pueue-remove(1)
