| title |
Delete Git Branch Tool |
| type |
docs |
| weight |
1 |
| description |
A "looker-delete-git-branch" tool is used to delete a git branch of a LookML project.
|
A looker-delete-git-branch tool is used to delete a git branch
of a LookML project.
{{< compatible-sources >}}
| field |
type |
required |
description |
| project_id |
string |
true |
The unique ID of the LookML project. |
| branch |
string |
true |
The git branch to delete. |
kind: tool
name: delete_project_git_branch
type: looker-delete-git-branch
source: looker-source
description: |
This tool is used to delete a git branch of a LookML
project. This only works in dev mode.
| field |
type |
required |
description |
| type |
string |
true |
Must be "looker-delete-git-branch". |
| source |
string |
true |
Name of the source. |
| description |
string |
true |
Description of the tool that is passed to the LLM. |