CH·02CLI reference

deeprelay webhooks delete

Delete a webhook endpoint

Delete a webhook endpoint

Synopsis

Deletes a webhook endpoint immediately — there is no confirmation prompt. 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.

Examples

# Endpoint ids are UUIDs, as printed by `deeprelay webhooks list`
deeprelay webhooks delete 3f9c1c2a-5b6d-4a71-9c3e-2f8a1d0b7e45
deeprelay webhooks delete <endpoint-id> [flags]

Options

  -h, --help   help for delete

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

← The gpu CLI