bdy sandbox endpoint delete

$bdy sandbox endpoint delete|rm [options] <identifier> <endpoint-name>

Delete an endpoint

ARGUMENTS
identifier
Sandbox identifier (required)
endpoint-name
Endpoint name (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

Delete sandbox endpoint
bdy sb ep rm sandbox-identifier test$
Delete sandbox endpoint in another project and automatically confirm deletion
bdy sb ep rm sandbox-identifier test -p project -f$