gh project close
Close a project
gh project close [<number>] [flags]
Options
--format <string>
- Output format, must be 'json'
--owner <string>
- Login of the owner. Use "@me" for the current user.
--undo
- Reopen a closed project
Examples
# close project "1" owned by monalisa
gh project close 1 --owner monalisa
# reopen closed project "1" owned by github
gh project close 1 --owner github --undo