Skip to main content

Container Commands

List containers

Note: page number starts from 1, maximum page size of 20 results

Usage:

bitdeer-ai container list -p <project_id> --page <page> --per_page <page_size>

Examples:

bitdeer-ai container list --per_page 5 --page 2
+---------------+-------+----------------------+--------------------------------------+---------+------------+------------------+------------+
| CONTAINER_ID  | NAME  | IMAGE                | MACHINE_SPECIFICATION                |  STATUS | CREATED_BY | ATTACHED_PROJECT | REGION     |
+---------------+-------+----------------------+--------------------------------------+---------+------------+------------------+------------+
| po-12345      | ctr1  | registry/pytorch:1.0 | 1x NVIDIA H100 GPU, 20 vCPUs, 194 GB | STOPPED | user@email | demo             | ap-southeast-1|ap-southeast-1a |
| po-23456      | ctr2  | registry/pytorch:1.0 | 1x NVIDIA H100 GPU, 20 vCPUs, 194 GB | STOPPED | user@email | demo             | ap-southeast-1|ap-southeast-1a |
| po-34567      | ctr3  | registry/pytorch:1.0 | 1x NVIDIA H100 GPU, 20 vCPUs, 194 GB | STOPPED | user@email | demo             | ap-southeast-1|ap-southeast-1a |
| po-45678      | ctr4  | registry/pytorch:1.0 | 1x NVIDIA H100 GPU, 20 vCPUs, 194 GB | STOPPED | user@email | demo             | ap-southeast-1|ap-southeast-1a |
| po-56789      | ctr5  | registry/pytorch:1.0 | 1x NVIDIA H100 GPU, 20 vCPUs, 194 GB | STOPPED | user@email | demo             | ap-southeast-1|ap-southeast-1a |
+---------------+-------+----------------------+--------------------------------------+---------+------------+------------------+------------+
|               |       |                      |                                      |         | PAGE: 2/2  | TOTAL: 10        |            |
+---------------+-------+----------------------+--------------------------------------+---------+------------+------------------+------------+

Flags:

  • --page int: Page number, starts from 1 (default 1)
  • --per_page int: Page size, range [1, 20] (default 20)
  • -p, --project_id string: Project ID
  • -h, --help: help for list