Store
Shared model-store health, registry inspection, download workflows, deletion, and optimization.
📄️ Get model-store health
Check whether the configured shared model store is enabled and reachable.
📄️ Get model-store registry
List models and metadata known to the shared store registry.
📄️ List active store downloads
List in-progress downloads being managed by the shared model store.
📄️ Delete a model from the store
Delete a model and its shared-store artifacts from the configured model store.
📄️ Request a store download
Ask the shared model store to download and register a model by model ID.
📄️ Get store download status
Return current status for a shared-store download request for one model.
📄️ Per-node storage breakdown (local node)
Return the local node's storage picture: every staged model with its size, last-use time, and whether a live instance (or one of its companion repos) currently depends on it, plus event-log usage and free disk on the models volume. Cluster-wide views should query each node's API.
📄️ Start model optimization
Start an optimization job for a model already present in the shared store. Use this for workflows such as OptiQ conversion or alternate artifact generation.
📄️ Get model optimization status
Return the current status of an optimization job for one shared-store model.