Skip to main content
vercel.completeRollingRelease promotes the canary to serve all production traffic.
automations/complete-rolling-release.automation.ts

Input

  • canaryDeploymentId: the deployment to promote to all production traffic.
  • idOrName: the Vercel project ID or name.
  • teamId: the owning team ID when the project belongs to a team.

Output

Returns { rollingRelease }. Read result.rollingRelease for Vercel’s completed rolling-release document; it is null when no rolling release exists.

Provider behavior

This action requires a Vercel access-token connection. It changes production traffic and is not replay-safe. Vercel rejects deployments that do not match the project’s active rolling release.