unlink_branch
Removes the local mapping of the current git branch to a Keboola development branch, without deleting the development branch.
Instructions
Removes the branch mapping for the current git branch.
Does NOT delete the Keboola development branch - only removes the local mapping. Use the Keboola UI or API to delete the branch if needed.
Note: Cannot unlink default branches (main/master) as they are implicitly mapped to production.
Returns: Dictionary with git_branch, unlinked_keboola_branch_id, and message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||