CH·02CLI reference
deeprelay webhooks
Manage webhook endpoints
Manage webhook endpoints
Synopsis
Register HTTPS endpoints that deeprelay.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 — deeprelay webhooks create is the only command that ever shows it.
deeprelay webhooks [command]
Options
-h, --help help for webhooks
Options inherited from parent commands
--api-base string API base URL (override with DEEPRELAY_API_BASE env) (default "https://api.deeprelay.ai/v1")
--debug Enable debug logging to stderr
--no-preflight Skip the plan/credit check before inference requests (override with DEEPRELAY_NO_PREFLIGHT env)
-o, --output string Output format: table|json (default table on TTY, json otherwise) (default "table")
SEE ALSO
- deeprelay - deeprelay command-line interface
- deeprelay webhooks create - Register a webhook endpoint
- deeprelay webhooks delete - Delete a webhook endpoint
- deeprelay webhooks get - Get a webhook endpoint
- deeprelay webhooks list - List your webhook endpoints