nvidia.com

Command Palette

Search for a command to run...

Guide to Dynamo CLI — Dynamo

Last updated: 12/12/2025

Title: Guide to Dynamo CLI — Dynamo

URL Source: https://docs.nvidia.com/dynamo/archive/0.3.0/guides/README.html?userAgent=PromptingBot%2F1.0.0

Published Time: Fri, 13 Jun 2025 20:22:49 GMT

Markdown Content: Skip to main content

Back to top- [x] - [x]

Ctrl+K

Image 1: Dynamo - HomeImage 2: Dynamo - Home Dynamo

Search Ctrl+K

Search Ctrl+K

Image 3: Dynamo - HomeImage 4: Dynamo - Home Dynamo

Table of Contents

Architecture & Features

Dynamo Command Line Interface

Usage Guides

Deployment Guides

API

Examples

Guide to Dynamo CLI#

After installing Dynamo with the following command, Dynamo can be used primarily through its CLI.

apt-get update DEBIAN_FRONTEND=noninteractive apt-get install -yq python3-dev python3-pip python3-venv libucx0 python3 -m venv venv source venv/bin/activate

pip install "ai-dynamo[all]"

Dynamo workflow#

Dynamo CLI has the following 4 sub-commands.

  • :runner: dynamo run: quickly spin up a server to experiment with a specified model, input and output target.

  • :palm_up_hand: dynamo serve: compose a graph of workers locally and serve.

  • :hammer: (Experimental) dynamo build: containerize either the entire graph or parts of graph to multiple containers

  • :rocket: (Experimental) dynamo deploy: deploy to K8 with helm charts or custom operators

  • :cloud: (Experimental) dynamo cloud: interact with your dynamo cloud server

For more detailed examples on serving LLMs with disaggregated serving, KV aware routing, etc, please refer to LLM deployment examples

On this page

Image 5: NVIDIAImage 6: NVIDIA

Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2025-2025, NVIDIA Corporation.

Links/Buttons:

Related Articles