Menu

CLI — Webhooks

metalhost webhook registers HTTPS endpoints for resource events. Deliveries are signed with HMAC-SHA256.

Commands

CommandWhat it does
webhook listList subscriptions.
webhook create --url ... --event-type ...Create (secret shown once).
webhook get|update|delete NAMEManage subscriptions.
webhook deliveries NAMERecent delivery attempts.
metalhost webhook create \
  --url https://hooks.example.com/metalhost \
  --event-type compute.vm.* \
  --event-type ops.operation.completed

What's next