Forrest logo
back to context overview

pueue-kill

List of commands for pueue-kill:

  • pueue-kill:tldr:178a9 pueue-kill: Kill all tasks in the default group.
    $ pueue kill
    try on your machine
    explain this command
  • pueue-kill:tldr:1a456 pueue-kill: Kill a task and terminate all its child processes.
    $ pueue kill --children ${task_id}
    try on your machine
    explain this command
  • pueue-kill:tldr:45453 pueue-kill: Kill all tasks across all groups and pause all groups.
    $ pueue kill --all
    try on your machine
    explain this command
  • pueue-kill:tldr:60ba8 pueue-kill: Kill a specific task.
    $ pueue kill ${task_id}
    try on your machine
    explain this command
  • pueue-kill:tldr:d7def pueue-kill: Kill all tasks in a group and pause the group.
    $ pueue kill --group ${group_name}
    try on your machine
    explain this command
back to context overview