Scroll to navigation

glab(1) glab(1)

NAME

glab-ci-delete - Delete a CI/CD pipeline

SYNOPSIS

glab ci delete [flags]

DESCRIPTION

Delete a CI/CD pipeline

OPTIONS

--dry-run[=false] simulate process, but do not delete anything

-s, --status="" delete pipelines by status: {running|pending|success|failed|canceled|skipped|created|manual}

OPTIONS INHERITED FROM PARENT COMMANDS

--help[=false] Show help for command

-R, --repo="" Select another repository using the OWNER/REPO or GROUP/NAMESPACE/REPO format or full URL or git URL

EXAMPLE

glab ci delete 34
glab ci delete 12,34,2
glab ci delete --status=failed

SEE ALSO

glab-ci(1)

Aug 2023 Auto generated by spf13/cobra