WEBINARSandboxes for AI agents, Oct 7th.Sandboxes: give your AI agents a real machine. Live on October 7th.Register free

bdy pipeline delete

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

Pipeline delete. Required scopes: PIPELINE_MANAGE

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

Last modified on Sep 22, 2026

Examples

Pipeline delete
bdy pip rm pipeline-identifier$
Pipeline force delete
bdy pip rm pipeline-identifier -f$