Search
Search for resources & images with the CUDO Compute CLI tool
Reference
List available OS images
List the available OS images. OS images define the initial state of the boot volume of virtual machines.
$ cudoctl search images
- description: Ubuntu 20.04 LTS (focal)
id: ubuntu-2004
name: Ubuntu 20.04
size: 2.4 GB
...
Search data centers
Search for data centers and view specification and pricing.
$ cudoctl search data-centers
- diskPoolPricing:
- diskGibPriceHr:
value: "0.00011"
snapshotGibPriceHr:
value: "0.000055"
storageClass: STORAGE_CLASS_NETWORK
id: us-santaclara-1
regionId: us-santaclara
...
Search regions
Search for regions and view data centers in that region.
$ cudoctl search regions
- dataCenters:
- id: us-santaclara-1
id: us-santaclara
name: Santa Clara, United States
...
Search for available virtual machine types
$ cudoctl search
- machineType: sgwnzk4cp4bf
cpu: Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz
memoryGb: 8
pricePerHour: 0.018412698
region: europe-west
storageGb: 26
vcpus: 4
...
Machine types can be filtered by: -data-center
, -gpu
or region
.
$ cudoctl search -gpu nvidia-rtx-a4000-ada
- cpuModel: Broadwell-noTSX-IBRS
dataCenterId: us-marietta-1
gpuModel: RTX A4000 ADA
gpuModelId: nvidia-rtx-a4000-ada
gpuPriceHr:
value: "0.370000"
ipv4PriceHr:
value: "0.002500"
machineType: intel-broadwell-rtx-a4000-ada
...