Give names to model deployments

Video

When deploying with Truss via truss push, you can now assign meaningful names to your deployments using the --deployment-name argument, making them easier to identify and manage. Here's an example: truss push --publish --deployment-name my-new-deployment .

By default, published deployments are named deployment-n, where n increments as you publish new deployments. Development and Production deployments are still labeled accordingly alongside their new name.

To name or rename a deployment, select "Rename deployment" in the deployment's action menu.