.nh .TH "GH-CODESPACE-DELETE" "1" "Mar 2024" "" "GitHub CLI manual" .SH NAME .PP gh-codespace-delete - Delete codespaces .SH SYNOPSIS .PP \fBgh codespace delete [flags]\fR .SH DESCRIPTION .PP Delete codespaces based on selection criteria. .PP 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. .PP Organization administrators may delete any codespace billed to the organization. .SH OPTIONS .TP \fB--all\fR Delete all codespaces .TP \fB-c\fR, \fB--codespace\fR \fB\fR Name of the codespace .TP \fB--days\fR \fB (default 0)\fR Delete codespaces older than N days .TP \fB-f\fR, \fB--force\fR Skip confirmation for codespaces that contain unsaved changes .TP \fB-o\fR, \fB--org\fR \fB\fR The login handle of the organization (admin-only) .TP \fB-R\fR, \fB--repo\fR \fB\fR Filter codespace selection by repository name (user/repo) .TP \fB--repo-owner\fR \fB\fR Filter codespace selection by repository owner (username or org) .TP \fB-u\fR, \fB--user\fR \fB\fR The username to delete codespaces for (used with --org) .SH SEE ALSO .PP \fBgh-codespace(1)\fR