glab-ci-delete - Man Page

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)

Referenced By

glab-ci(1).

Nov 2023 Auto generated by spf13/cobra