CLIGPU Deployments
GPU Deployments
Provision, manage, and tear down bare-metal GPU clusters from the command line.
Manage the full lifecycle of bare-metal GPU deployments in your workspace. You can provision new clusters from available offers, inspect running deployments, perform power actions, and delete clusters when they are no longer needed.
Commands
| Command | Description |
|---|---|
hudl gpu list | List all live GPU deployments in your workspace. |
hudl gpu get <id> | Show full details of a single GPU deployment. |
hudl gpu deploy --offer <id> | Provision a new GPU cluster against a chosen offer. |
hudl gpu delete <id> | Tear down a GPU deployment and release its hardware. |
hudl gpu action <id> <action> | Run a power action (start, stop, reboot) on a deployment. |
hudl gpu check --offer <id> | Check whether a specific GPU offer is currently provisionable. |