lamindb.setup.delete¶
- lamindb.setup.delete(slug, force=False, require_empty=True)¶
Delete a LaminDB instance.
- Parameters:
slug (
str
) – The instance slugaccount_handle/instance_name
or URL. If the instance is owned by you, it suffices to pass the instance name.force (
bool
, default:False
) – Whether to skip the confirmation prompt.require_empty (
bool
, default:True
) – Whether to check if the instance is empty before deleting.
- Return type:
int
|None