Huddle01 Cloud
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

FlagDescription
--region <code>Override the active region for this call only.
--workspace <slug>Override the active workspace for this call only.
-o, --outputOutput format: table (default), json, yaml, wide, name.

Examples

List all registered webhooks:

hudl gpu webhook list

Output as JSON:

hudl gpu webhook list -o json

API reference

This command calls GET /gpu/webhooks under the hood. See the full request and response schema in the API reference.