Usage
Subcommands
| Subcommand | Alias | Description |
|---|---|---|
list | ls | List all container deployments |
delete | rm | Delete a container deployment |
logs | - | Get logs from a container deployment |
list
List all container deployments in your ElizaOS Cloud account.Usage
Options
| Option | Description | Default |
|---|---|---|
-u, --api-url <url> | ElizaOS Cloud API URL | https://www.elizacloud.ai |
-k, --api-key <key> | ElizaOS Cloud API key | - |
--json | Output as JSON | false |
Examples
delete
Delete a container deployment. Can auto-detect the container from your project or specify it explicitly.Usage
Arguments
| Argument | Description |
|---|---|
[container-id] | Container ID to delete (auto-detects from project if omitted) |
Options
| Option | Description | Default |
|---|---|---|
-u, --api-url <url> | ElizaOS Cloud API URL | https://www.elizacloud.ai |
-k, --api-key <key> | ElizaOS Cloud API key | - |
-p, --project-name <name> | Project name to find container (overrides auto-detection) | - |
--force | Skip confirmation prompt | false |
Examples
logs
Get logs from a container deployment. Supports streaming and tail options.Usage
Arguments
| Argument | Description |
|---|---|
[container-id] | Container ID (auto-detects from project if omitted) |
Options
| Option | Description | Default |
|---|---|---|
-u, --api-url <url> | ElizaOS Cloud API URL | https://www.elizacloud.ai |
-k, --api-key <key> | ElizaOS Cloud API key | - |
-p, --project-name <name> | Project name to find container | - |
--follow | Follow log output (streaming) | false |
--tail <lines> | Number of lines to show from end | 100 |
Examples
Authentication
All container commands require authentication with ElizaOS Cloud. You can provide credentials in two ways:- API Key option: Use
-k, --api-keyoption - Environment variable: Set
ELIZA_CLOUD_API_KEY - Login command: Run
elizaos loginto authenticate

