Creating Deployments
Deploy your agent using the CLI:Deployment States
| State | UI Label | Description |
|---|---|---|
pending | Pending | Deployment created, waiting to start |
deploying | Deploying | Container is being created and started |
success | Ready | Agent is running and receiving requests |
failed | Failed | Deployment failed (check error message) |
Viewing Deployments
View deployment history in the web UI under your agent’s Deployments tab. Each deployment shows:- Number - Sequential deployment number (e.g., #1, #2, #3)
- Status - Current state with indicator
- Duration - How long the deployment took
- Message - Optional description from
-mflag - Created by - User who triggered the deployment
