glab-ci-cancel-job - Man Page

Cancel CI/CD jobs.

Synopsis

glab ci cancel job Ā [flags]

Description

Cancel CI/CD jobs.

Options

--dry-run[=false] Simulates process, but does not cancel anything.

Options Inherited from Parent Commands

-h, --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 job 1504182795
glab ci cancel job 1504182795,1504182795
glab ci cancel job "1504182795 1504182795"
glab ci cancel job 1504182795,1504182795 --dry-run

See Also

glab-ci-cancel(1)

Referenced By

glab-ci-cancel(1).

Mar 2026 Auto generated by spf13/cobra