bdy target delete

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

Delete a target

ARGUMENTS
identifier
Target 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
--pipeline <identifier>
Pipeline identifier to scope the target to. Requires --project
--environment <identifier>
Environment identifier to scope the target to. Resolves a workspace environment; add --project to point at a project environment
-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 target
bdy tg rm target-identifier$
Delete target and automatically confirm deletion
bdy tg rm target-identifier -f$