WEBINARLive webinar: Buddy MCP, Sept 15th.Buddy MCP: read the logs, find the bug, ship the fix. Live on September 15th.Save your seat

bdy target exec kill

View as Markdown
$bdy target exec kill [options] <exec-id>

Cancel a running execution

ARGUMENTS
exec-id
Execution ID (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-f, --force
Skip confirmation prompt
-h, --help
display help for command

Documentation for bdy v1.24.8

Last modified on Sep 3, 2026

Examples

Cancel running execution
bdy tg exec kill exec-id$
Cancel running execution and automatically confirm
bdy tg exec kill exec-id -f$