CLIGPU Webhooks
hudl gpu webhook list
List all webhooks subscribed to GPU deployment events.
List all webhook subscriptions in the current workspace. Shows the webhook ID, URL, status, and creation date.
Usage
hudl gpu webhook 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 registered webhooks:
hudl gpu webhook listOutput as JSON:
hudl gpu webhook list -o jsonAPI reference
This command calls GET /gpu/webhooks under the hood. See the full request and response schema in the API reference.