CLIGPU Deployments
hudl gpu delete <id>
Tear down a GPU deployment and release its hardware.
Permanently tear down a GPU deployment and release the underlying hardware back to the pool. This action is irreversible. Billing for the deployment stops once teardown completes.
Usage
hudl gpu delete <id> [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. |
--idempotency-key <key> | Attach an idempotency key so retries are safe. |
Examples
Delete a deployment by ID:
hudl gpu delete dep_3f8a1b2cDelete with an idempotency key to safely retry on network failure:
hudl gpu delete dep_3f8a1b2c --idempotency-key "teardown-dep_3f8a1b2c"API reference
This command calls DELETE /gpu/deployments/{id} under the hood. See the full request and response schema in the API reference.