LinuxCommandLibrary

pueue-reset

Kill everything and reset.

TLDR

Kill all tasks and remove everything (logs, status, groups, task IDs)

$ pueue reset
copy


Kill all tasks, terminate their children, and reset everything
$ pueue reset --children
copy


Reset without asking for confirmation
$ pueue reset --force
copy

Copied to clipboard