twinlab.Emulator.delete#
- Emulator.delete(verbose=False)[source]#
Delete emulator from the twinLab cloud.
It can be useful to delete an emulator to keep a cloud account tidy, or if an emulator is no longer necessary.
- Parameters:
verbose (bool, optional) – Display detailed information about the operation while running.
- Return type:
Examples
emulator = tl.Emulator("quickstart") emulator.delete()