Skip to content

models:deploy

Terminal window
rai models:deploy [OPTIONS]

Deploy a model into a schema.

OptionTypeDescription
--pathpathPath to the model file or package directory to deploy. If omitted, will use model.path from the config file.
--nametextName of the model to deploy. May be omitted when the target defines exactly one model; required to disambiguate when it defines several.
--schematextTarget schema to deploy the model to (defaults to schema from the config file).
--forceBooleanForce deploy, overriding divergence checks. Default: False.