logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gh-cache-delete - Delete Github Actions caches

Description

            Delete Github Actions caches.

            Deletion requires authorization with the "repo" scope.

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

Name

       gh-cache-delete - Delete Github Actions caches

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

See Also

gh-cache(1)

                                                    Jan 2025                                  GH-CACHE-DELETE(1)

Synopsis

ghcachedelete[<cache-id>|<cache-key>|--all][flags]

See Also