Forrest logo
back to the pueue tool

pueue-kill:tldr:60ba8

pueue-kill: Kill a specific task.
$ pueue kill ${task_id}
try on your machine

The command "pueue kill ${task_id}" is used to terminate or stop a specific task in a pueue queue.

  • "pueue" refers to the command-line utility or tool named Pueue, which allows for managing and running command-line tasks in a queue.
  • "kill" is the action or subcommand being executed. It is used to terminate or stop a task.
  • "${task_id}" is a placeholder that should be replaced with the actual ID of the task you want to kill. Each task in the pueue queue is assigned a unique ID when it is added.

By running the "pueue kill ${task_id}" command, you are instructing the Pueue tool to find the task with the specified ID in the queue and terminate it.

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