gh-cache-delete - Man Page
Delete Github Actions caches
Synopsis
gh cache delete [<cache-id>| <cache-key> | --all] [flags]
Description
Delete Github Actions caches. Deletion requires authorization with the "repo" scope.
Options
- -a, ā--all
Delete all caches
Options Inherited from Parent Commands
- -R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format
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 $ gh cache delete --all
See Also
Referenced By
Jul 2024 GitHub CLI manual