create_check
Register a quality or CI check on a deployment, specifying a name and whether it blocks production promotion.
Instructions
Register a new check on a deployment (for integrations that report CI/quality results).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentId | Yes | Deployment id (dpl_...). | |
| name | Yes | Check name. | |
| blocking | Yes | Whether this check blocks promotion to production. | |
| detailsUrl | No | ||
| externalId | No | ||
| rerequestable | No | ||
| teamId | No | Team ID to scope the request. Falls back to VERCEL_TEAM_ID when omitted. | |
| slug | No | Team slug to scope the request (alternative to teamId). |