Back to Vercel API
Vercel API

Remove publicDeployments field from deployment policy schemas

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The publicDeployments field (with enabled and allowPublicDeployments sub-properties) has been removed from all deployment policy schemas — including project-level (deploymentPolicy) and team-level (TeamDeploymentPolicy) shapes, across both request and response contexts. Clients that read or write publicDeployments to control whether deployments can have their source/logs exposed publicly will no longer find this field documented and may receive unexpected behaviour if they relied on it.

Open the source documentation