close_branch
Temporarily archive a branch to clean up your workspace while keeping it recoverable. Reopen it later with open_branch; use delete_branch instead for permanent removal.
Instructions
Close a branch (a soft, reversible archive — reopen it later with open_branch). Cannot close the current branch or a permanent branch. Does not reload the editor. When NOT to use: to permanently remove a branch (use delete_branch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchId | Yes | Id of the branch to close (from list_branches) |