1GH-RUN-DELETE(1)               GitHub CLI manual              GH-RUN-DELETE(1)
2
3
4

NAME

6       gh-run-delete - Delete a workflow run
7
8
9

SYNOPSIS

11       gh run delete [<run-id>] [flags]
12
13
14

OPTIONS INHERITED FROM PARENT COMMANDS

16       -R, --repo <[HOST/]OWNER/REPO>
17              Select another repository using the [HOST/]OWNER/REPO format
18
19
20

EXAMPLE

22       # Interactively select a run to delete
23       $ gh run delete
24
25       # Delete a specific run
26       $ gh run delete 12345
27
28
29
30
31

SEE ALSO

33       gh-run(1)
34
35
36
37                                   Nov 2023                   GH-RUN-DELETE(1)
Impressum