Skip to main content

remove_workspace_from_registry

Function remove_workspace_from_registry 

Source
pub fn remove_workspace_from_registry(
    database_path: &Path,
    workspace_name: &str,
) -> Result<WorkspaceMutationSummary, ApplicationError>
Expand description

Removes one workspace and its snapshot state from the persisted registry.

ยงErrors

Returns ApplicationError for missing workspace, locking, migration, or storage failure.