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. If omitted, will deploy the last model created by the target.
--schematextTarget schema to deploy the model to (defaults to schema from the config file).
--forceBooleanForce deploy, overriding divergence checks. Default: False.