CLIGPU Webhooks
hudl gpu webhook delete <id>
Remove a GPU webhook subscription.
Delete a webhook subscription. Once removed, the endpoint will no longer receive GPU deployment event callbacks.
Usage
hudl gpu webhook 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 webhook by ID:
hudl gpu webhook delete wh_5e8f2a1bAPI reference
This command calls DELETE /gpu/webhooks/{id} under the hood. See the full request and response schema in the API reference.