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.24.8

Last modified on Sep 3, 2026

Examples

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