glab-ci-cancel-pipeline - Man Page
Cancel CI/CD pipelines.
Synopsis
glab ci cancel pipeline Ā [flags]
Description
Cancel CI/CD pipelines.
Options
--dry-run[=false] Simulates process, but does not cancel anything.
Options Inherited from Parent Commands
--help[=false] Show help for this command.
- -R, ā--repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO
- format. Also accepts full URL or Git URL.
Example
$ glab ci cancel pipeline 1504182795 $ glab ci cancel pipeline 1504182795,1504182796 $ glab ci cancel pipeline "1504182795 1504182796" $ glab ci cancel pipeline 1504182795,1504182796 --dry-run
See Also
Referenced By
Jul 2025 Auto generated by spf13/cobra