CH·02CLI reference
gpu webhooks
Manage webhook endpoints
Manage webhook endpoints
Synopsis
Register HTTPS endpoints that GPU.ai calls when instance and video events occur. Each endpoint subscribes to an explicit set of event types (instance.creating, instance.running, instance.terminated, instance.failed, video.completed, video.failed) and is signed with an HMAC secret returned once, at create time — gpu webhooks create is the only command that ever shows it.
gpu webhooks [command]
Options
-h, --help help for webhooks
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 - GPU.ai command-line interface
- gpu webhooks create - Register a webhook endpoint
- gpu webhooks delete - Delete a webhook endpoint
- gpu webhooks get - Get a webhook endpoint
- gpu webhooks list - List your webhook endpoints