bdy sandbox exec kill

$bdy sandbox exec kill [options] <identifier> <command-id>

Kill a running command

ARGUMENTS
identifier
Sandbox identifier (required)
command-id
Command ID (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-f, --force
Skip confirmation prompt
-h, --help
display help for command

Documentation for bdy v1.20.0

Last modified on Apr 13, 2026

Examples

Kill command running in sandbox
bdy sb exec kill sandbox-identifier command-id$
Kill command running in sandbox and automatically confirm killing
bdy sb exec kill sandbox-identifier command-id -f$