create-webhook
Register a webhook to receive notifications when MLflow model registry events occur, such as model creation, version transitions, or tag updates.
Instructions
Register a webhook for model registry events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable webhook name | |
| events | Yes | Event types this webhook should fire on | |
| url | Yes | HTTPS endpoint to call when events occur | |
| description | No | Description of the webhook's purpose | |
| modelName | No | Restrict to events for a specific registered model name | |
| status | No | Initial webhook status | ACTIVE |
| secret | No | HMAC signing secret for payload verification |