How to delete a Database Lab branch
GUI​
- Go to the Database Lab instance page.
- Chose the Branches tab.
- Click on the branch you want to delete
- Click on Delete branch.
- You will be asked to confirm the deletion.
CLI​
Before you run any commands, install Database Lab CLI and initialize configuration. For more information, see Install and initialize Database Lab CLI.
Reference​
- Command
dblab branch
Delete branch​
Delete a branch with dblab branch
command, using -d
or --delete
.
$ dblab branch -d test
Related​
- Guide: Create a branch