glab-ci-cancel-job - Cancel CI/CD jobs.
glab ci cancel job [flags]
Cancel CI/CD jobs.
|
--dry-run[=false] |
Simulates process, but does not cancel anything. |
|
-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. |
$ 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
glab-ci-cancel(1)