lamindb_setup.delete#
- lamindb_setup.delete(slug, force=False, require_empty=True)#
Delete a LaminDB instance.
- Parameters:
slug (
str
) – The instance slug account_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:
Optional
[int
]