2025-03-14 21:59:59 -06:00
|
|
|
# pueue remove
|
|
|
|
|
|
|
|
|
|
> Remove tasks from the list. Running or paused tasks need to be killed first.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Remove a killed or finished task:
|
|
|
|
|
|
|
|
|
|
`pueue remove {{task_id}}`
|
|
|
|
|
|
|
|
|
|
- Remove multiple tasks at once:
|
|
|
|
|
|
|
|
|
|
`pueue remove {{task_id}} {{task_id}}`
|