Delete#
- silvimetric.commands.manage.delete(tdb_dir: str, name: str, log: Log = None) ShatterConfig #
Delete Shatter process from database and return config for that process.
- Parameters:
tdb_dir – TileDB database directory path.
name – UUID name of the Shatter process.
- Raises:
KeyError – Shatter process with ID does not exist.
ValueError – Shatter process with ID is missing a time reservation
- Returns:
Config of process that was deleted.