Deploying agents
To deploy an agent in the active environment using the ADK CLI, run:BASH
Undeploying agents
To undeploy an agent in the active environment using the ADK CLI, run:BASH
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
orchestrate agents deploy -n <agent-name>
Show command flags
| Flag | Type | Required | Description |
|---|---|---|---|
--name (-n) | string | Yes | The name of the agent you want to deploy. |
orchestrate agents undeploy -n <agent-name>
Show command flags
| Flag | Type | Required | Description |
|---|---|---|---|
--name (-n) | string | Yes | The name of the agent you want to undeploy. |
