.nh .TH "GH-PROJECT-ITEM-ARCHIVE" "1" "Mar 2024" "" "GitHub CLI manual" .SH NAME .PP gh-project-item-archive - Archive an item in a project .SH SYNOPSIS .PP \fBgh project item-archive [] [flags]\fR .SH OPTIONS .TP \fB--format\fR \fB\fR Output format: {json} .TP \fB--id\fR \fB\fR ID of the item to archive .TP \fB-q\fR, \fB--jq\fR \fB\fR Filter JSON output using a jq expression .TP \fB--owner\fR \fB\fR Login of the owner. Use "@me" for the current user. .TP \fB-t\fR, \fB--template\fR \fB\fR Format JSON output using a Go template; see "gh help formatting" .TP \fB--undo\fR Unarchive an item .SH EXAMPLE .EX # archive an item in the current user's project "1" gh project item-archive 1 --owner "@me" --id .EE .SH SEE ALSO .PP \fBgh-project(1)\fR