Skip to main content
Deploying an agent means releasing it so users can access it in the SaaS environment. You can deploy agents through the watsonx Orchestrate UI or by using the ADK CLI. This guide explains how to deploy and undeploy agents using the ADK CLI. If you prefer using the UI, see Deploying the agent.

Deploying agents

To deploy an agent in the active environment using the ADK CLI, run:
BASH
orchestrate agents deploy -n <agent-name>

Undeploying agents

To undeploy an agent in the active environment using the ADK CLI, run:
BASH
orchestrate agents undeploy -n <agent-name>
I