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-codespace-delete - Delete codespaces

Description

       Delete codespaces based on selection criteria.

       All  codespaces  for  the  authenticated  user  can  be  deleted,  as  well  as codespaces for a specific
       repository. Alternatively, only codespaces older than N days can be deleted.

       Organization administrators may delete any codespace billed to the organization.

Name

       gh-codespace-delete - Delete codespaces

Options

--all  Delete all codespaces

       -c, --codespace<string>
              Name of the codespace

       --days<N>(default0)
              Delete codespaces older than N days

       -f, --force
              Skip confirmation for codespaces that contain unsaved changes

       -o, --org<login>
              The login handle of the organization (admin-only)

       -R, --repo<string>
              Filter codespace selection by repository name (user/repo)

       --repo-owner<string>
              Filter codespace selection by repository owner (username or org)

       -u, --user<username>
              The username to delete codespaces for (used with --org)

See Also

gh-codespace(1)

                                                    Jan 2025                              GH-CODESPACE-DELETE(1)

Synopsis

ghcodespacedelete[flags]

See Also