![]() |
![]()
| ![]() |
![]()
NAMEgh-cache-delete - Delete GitHub Actions caches SYNOPSISgh cache delete [<cache-id> | <cache-key> | --all] [flags] DESCRIPTIONDelete GitHub Actions caches. Deletion requires authorization with the repo scope. OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# Delete a cache by id $ gh cache delete 1234 # Delete a cache by key $ gh cache delete cache-key # Delete a cache by id in a specific repo $ gh cache delete 1234 --repo cli/cli # Delete all caches (exit code 1 on no caches) $ gh cache delete --all # Delete all caches (exit code 0 on no caches) $ gh cache delete --all --succeed-on-no-caches SEE ALSOgh-cache(1)
|