lamindb.setup.delete#

lamindb.setup.delete(instance_name, force=False, require_empty=True)#

Delete a LaminDB instance.

Parameters:
  • instance_name (str) – The name of the instance to delete.

  • force (bool) – Whether to skip the confirmation prompt.

  • require_empty (bool) – Whether to check if the instance is empty before deleting.

Return type:

Optional[int]