CLIGPU Webhooks
hudl gpu webhook create <url>
Register a new webhook to receive GPU deployment events.
Register a new webhook endpoint that will receive HTTP POST callbacks for GPU deployment events. The <url> argument is required and must be a publicly accessible HTTPS endpoint.
Usage
hudl gpu webhook create <url> [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
Register a webhook endpoint:
hudl gpu webhook create https://api.example.com/hooks/gpu-eventsRegister a webhook for a specific workspace:
hudl gpu webhook create https://hooks.internal.co/gpu --workspace productionAPI reference
This command calls POST /gpu/webhooks under the hood. See the full request and response schema in the API reference.