Skip to main content

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.

  • Tenant Lifecycle — creating, attaching, detaching, cleaning, deleting, and restoring tenant databases; reference for the Create, Attach, Detach, Clean, and Delete commands here and for Dump and Restore in Bot Services.
  • Blueprints — the underlying mechanics and YAML schema for blueprint definitions, dependencies, migrations, and backup/rollback behaviour exposed via InstallBlueprint, UpdateBlueprint, PreviewBlueprintUpdate, RollbackBlueprint, and UninstallBlueprint.
  • Library Management — catalog browsing, dependency resolution, and CK model versioning behind ListCatalogs, ListCatalogModels, LibraryStatus, CheckDependencies, CheckUpgrade, ImportFromCatalog, FixAll, and RefreshCatalogs.