arctl deployments list
List all deployments (agents and MCP servers).
Usage
arctl deployments list [flags]Example:
arctl deployments list
arctl deployments list --type agent
arctl deployments list --type mcp
arctl deployments list --status deployed
arctl deployments list --provider local
arctl deployments list -o jsonCommand-specific flags
--type string: Filter by resource type (agent or mcp)
--status string: Filter by deployment status (deploying, deployed, failed, cancelled, discovered)
--provider string: Filter by provider ID
-o, --output string: Output format (table, json) (default "table")Global flags
-v, --verbose: Enable verbose output.
-h, --help: Display help information for the command.