gh-project-close - Man Page

Close a project

Synopsis

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

Example

# 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

See Also

gh-project(1)

Referenced By

gh-project(1).

Aug 2023 GitHub CLI manual