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
| Flag | Description |
|---|---|
--region <code> | Override the active region for this call only. |
--workspace <slug> | Override the active workspace for this call only. |
-o, --output | Output format: table (default), json, yaml, wide, name. |
Examples
List all available GPU images:
hudl gpu image listList images in a specific region as JSON:
hudl gpu image list --region eu-west-1 -o jsonAPI reference
This command calls GET /gpu/images under the hood. See the full request and response schema in the API reference.