update_check
Update a check's status, conclusion, or output using its unique ID for any deployment.
Instructions
Update a check's status, conclusion or output by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deploymentId | Yes | Deployment id (dpl_...). | |
| checkId | Yes | Check id. | |
| status | No | ||
| conclusion | No | ||
| detailsUrl | No | ||
| output | No | Metrics/output object. | |
| 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). |