bdy distro delete

$bdy distro delete|rm [options] <identifier>

Delete distribution. Required scopes: DISTRIBUTION_MANAGE

ARGUMENTS
identifier
Human-readable ID of the distribution (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.22.49

Last modified on May 19, 2026

Examples

## delete distribution
bdy distro rm distro-identifier$
## delete distribution and automatically confirm deletion
bdy distro rm -f distro-identifier$