Common Commands#

mcli deploy -f <your_yaml>

Submits an inference deployment with the provided YAML configuration.


mcli get deployments

Lists all of your inference deployments (see mcli get deployments --help to view the many filters available)


mcli describe deployment <deployment_name>

Shows detailed information about an inference deployment, including the config that was used to launch it.


mcli get deployment logs <deployment_name>

Retrieves the console logs of the inference deployment.


mcli delete deployment <deployment_name>

Deletes the inference deployment from the cluster.


mcli update deployment <deployment_name> --image <image>?

Updates the image of a deployment.

Full documentation for the mcli update run command
usage: mcli update deployment [-h] [--image IMAGE] [--replicas REPLICAS] deployment_name