How to delete a snapshot
info
DBLab Engine must be version 4.0
or higher.
GUI​
- Go to the Database Lab instance page.
- Choose the Snapshots tab.
- Click on the snapshot you want to delete.
- Click Delete snapshot.
- You will be asked to confirm the deletion.
- If the snapshot has dependent clones, you can 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