Vercel Deployments Now Expose Billable Duration and CPU Minutes
Vercel has updated its dashboard, REST API, and CLI to display specific billable duration and CPU minute metrics for deployments. Users can access these granular usage statistics by updating to Vercel CLI version 59.23.1 or later.
Verified State Diff
Impact & Verification Analysis
Vercel users monitoring build resource consumption and infrastructure costs.
Provides developers and finance teams with granular transparency into how specific build configurations and deployment times impact their monthly resource usage and billing.
Full Fact Overview
Vercel has introduced visibility into the specific resource consumption of deployments. Billable duration is calculated as the sum of build and post-build time, rounded up to the nearest whole minute. CPU minutes are derived by multiplying this billable duration by the number of vCPUs assigned to the build machine. This data is now surfaced directly in the Vercel dashboard, via the REST API, and through the 'vc inspect' command in the CLI. To access this data via the CLI, users must update to version 59.23.1 or higher.