Options
Name of the remote in .trussrc to patch changes to.
Path to a custom config file. Defaults to
config.yaml in the Truss directory.Name of the team to deploy to. If not specified, Truss infers the team or prompts for selection.
The
--team flag is only available if your organization has teams enabled. Contact us to enable teams, or see Teams for more information.Keep the development model warm by preventing scale-to-zero while watching.
Apply model code changes by swapping the model class in-process without restarting the inference server. Preserves in-memory state like loaded weights and caches, but does not re-run
__init__() or load(). If your changes add new instance state that predict() depends on, do a full reload instead. When creating a new deployment with truss push --watch, use --watch-hot-reload instead.Temporarily overrides the model name for this session without updating
config.yaml.Arguments
A Truss directory. Defaults to current directory.