Skip to content

yg kill

yg kill

Cancel the most recent (or specified) command on the VM

Synopsis

Cancels a running command by killing its tmux session on the VM. Without a run ID, kills the most recent command. Use "yg status" to see active run IDs.

yg kill [run-id] [flags]

Examples

  yg kill              # cancel the most recent command
  yg kill 007          # cancel run 007

Options

  -h, --help   help for kill

Options inherited from parent commands

  -j, --json      output in JSON format
  -q, --quiet     suppress yeager messages, show only command output
  -v, --verbose   enable debug logging

SEE ALSO

  • yg - Remote execution for local AI coding agents