Asset Repository Services
Commands for tenant lifecycle, CK model import/export, stream data, blueprints, and CK library management.
DisableStreamData is refused while any archive of the tenant is still activated — disable them first with
DisableArchive (data is kept) or remove them with DeleteArchive (see
Tenant Lifecycle). Delete drops the
CrateDB tables of the tenant's archives together with its database; Detach keeps them.
Related concepts
- Tenant Lifecycle — creating, attaching, detaching, cleaning, deleting, and restoring tenant databases; reference for the
Create,Attach,Detach,Clean, andDeletecommands here and forDumpandRestorein Bot Services. - Blueprints — the underlying mechanics and YAML schema for blueprint definitions, dependencies, migrations, and backup/rollback behaviour exposed via
InstallBlueprint,UpdateBlueprint,PreviewBlueprintUpdate,RollbackBlueprint, andUninstallBlueprint. - Library Management — catalog browsing, dependency resolution, and CK model versioning behind
ListCatalogs,ListCatalogModels,LibraryStatus,CheckDependencies,CheckUpgrade,ImportFromCatalog,FixAll, andRefreshCatalogs.