How to destroy a Database Lab clone
tip
DBLab Engine automatically deletes idle unprotected clones after the idle interval which is defined in the configuration. To disable auto-deletion for a particular clone, protect this clone.
info
A protected clone cannot be deleted automatically or manually. To delete it, first remove protection. With protection leases (DBLab Engine 4.1+), protection expires automatically after the configured duration.
GUI​
- On the Database Lab clone page click the Destroy button.
- Accept confirmation dialog and wait for it. You will be redirected to the Database Lab instance page.
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 clone destroy
Destroy a clone​
dblab clone destroy CLONE_ID
The clone has been successfully destroyed: CLONE_ID
Destroy a clone asynchronously​
For long-running operations, use the --async flag:
dblab clone destroy --async CLONE_ID