How to delete a Database Lab snapshot
GUI​
- Go to the Database Lab instance page.
- Chose the Snapshots tab.
- Click on the snapshot you want to delete
- Click on Delete snapshot.
- You will be asked to confirm the deletion.
- If snapshot have dependent clones, you will be able to force delete it.
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 snapshot delete
Delete snapshot​
Delete a snapshot with dblab snapshot
command, using subcommand delete
.
$ dblab snapshot delete SNAPSHOT_ID
Related​
- Guide: Create a snapshot