Huddle01 Cloud
CLIGPU Images

hudl gpu image list

List every prebuilt OS / CUDA image available for GPU deployments.

List all available images for GPU deployments. Each image includes the OS distribution, CUDA version, and any bundled ML frameworks. Use the image ID when configuring a deployment.

Usage

hudl gpu image list [flags]

Flags

FlagDescription
--region <code>Override the active region for this call only.
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput format: table (default), json, yaml, wide, name.

Examples

List all available GPU images:

hudl gpu image list

List images in a specific region as JSON:

hudl gpu image list --region eu-west-1 -o json

API reference

This command calls GET /gpu/images under the hood. See the full request and response schema in the API reference.