WEBINARSandboxes for AI agents, Oct 7th.Sandboxes: give your AI agents a real machine. Live on October 7th.Register free

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.25.2

Last modified on Sep 22, 2026

Examples

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