Huddle01 Cloud
CLIGPU Webhooks

hudl gpu webhook update <id>

Update an existing GPU webhook subscription.

Update the configuration of an existing webhook. Use the --url flag to change the endpoint URL.

Usage

hudl gpu webhook update <id> [flags]

Flags

FlagDescription
--url <url>The new webhook endpoint URL.
--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.
--idempotency-key <key>Attach an idempotency key so retries are safe.

Examples

Update the URL of an existing webhook:

hudl gpu webhook update wh_5e8f2a1b --url https://api.example.com/hooks/v2/gpu-events

API reference

This command calls PATCH /gpu/webhooks/{id} under the hood. See the full request and response schema in the API reference.