Forrest logo
back to the pueue tool

pueue-remove:tldr:1ae7e

pueue-remove: Remove a killed or finished task.
$ pueue remove ${task_id}
try on your machine

The command "pueue remove ${task_id}" is used in the context of the Pueue task manager.

Pueue is a command-line task manager that allows you to manage and prioritize your tasks in a queue. Each task is assigned a unique task ID.

The command "pueue remove ${task_id}" is used to remove a specific task from the queue. "${task_id}" should be replaced with the actual task ID of the task you want to remove.

Executing this command will remove the task from the queue, effectively deleting it. This means the task will no longer be executed by the task manager.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pueue tool