CH·02CLI reference
gpu webhooks delete
Delete a webhook endpoint
Delete a webhook endpoint
Synopsis
Deletes a webhook endpoint immediately — there is no confirmation prompt, matching gpu keys delete. Deletion is permanent: the endpoint stops receiving events right away, and its signing secret cannot be recovered. Deleting an already-deleted endpoint reports not found.
gpu webhooks delete <endpoint-id> [flags]
Examples
# Endpoint ids are UUIDs, as printed by `gpu webhooks list`
gpu webhooks delete 3f9c1c2a-5b6d-4a71-9c3e-2f8a1d0b7e45
Options
-h, --help help for delete
Options inherited from parent commands
--api-base string API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
--debug Enable debug logging to stderr
-o, --output string Output format: table|json (default table on TTY, json otherwise)
SEE ALSO
- gpu webhooks - Manage webhook endpoints