# Mark as Merged > `n34 pr merge` command **Usage:** ``` Usage: n34 pr merge [OPTIONS] Arguments: The open PR id to merge it The merge commit id Options: --repo Repository addresses ``` Creates a kind `1631` event (Applied/Merged status) for the specified PR. The PR must be in open status. You can get the `MERGE_COMMIT` commit using `git rev-parse HEAD` command if the merge commit in the `HEAD` or use `HEAD~n` where the `n` is the number of commits the merge commit before the HEAD