1glab(1) glab(1)
2
3
4
6 glab-ci-delete - Delete a CI/CD pipeline
7
8
9
11 glab ci delete [flags]
12
13
14
16 Delete a CI/CD pipeline
17
18
19
21 --dry-run[=false] simulate process, but do not delete anything
22
23
24 -s, --status="" delete pipelines by status: {running|pending|suc‐
25 cess|failed|canceled|skipped|created|manual}
26
27
28
30 --help[=false] Show help for command
31
32
33 -R, --repo="" Select another repository using the OWNER/REPO or
34 GROUP/NAMESPACE/REPO format or full URL or git URL
35
36
37
39 glab ci delete 34
40 glab ci delete 12,34,2
41 glab ci delete --status=failed
42
43
44
45
46
48 glab-ci(1)
49
50
51
52Auto generated by spf13/cobra Nov 2023 glab(1)