GH-DISCUSSION-EDIT(1) GitHub CLI manual GH-DISCUSSION-EDIT(1) (NAME) gh-discussion-edit - (SYNOPSIS) gh discussion edit { | } [flags] (DESCRIPTION) (GitHub Discussion). . . (OPTIONS) --add-label -b, --body -F, --body-file ( - ) -c, --category (slug) --remove-label -R, --repo <[HOST/]OWNER/REPO> [HOST/]OWNER/REPO -t, --title (EXIT CODES) 0: 1: 2: 4: : . . (EXAMPLES) # $ gh discussion edit 123 # $ gh discussion edit 123 --title "Updated title" --body "Updated body" --category "Ideas" # $ gh discussion edit 123 --body-file body.md # $ gh discussion edit 123 --add-label "bug,help wanted" --remove-label "stale" (SEE ALSO) gh-discussion(1) Sep 2026 GH-DISCUSSION-EDIT(1)