bdy environment delete

View as Markdown
$bdy environment delete|rm [options] <identifier>

Delete an environment

ARGUMENTS
identifier
Environment identifier (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.24.8

Last modified on Sep 3, 2026

Examples

Delete environment
bdy env rm environment-identifier$
Delete environment and automatically confirm deletion
bdy env rm environment-identifier -f$