Live Feed/Vercel/Fact Record
Vercel logo
Vercel
feature 92% Confidence Gate September 22, 2026

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

Comparison Mode:
- Previous State
Deployments did not explicitly display billable duration or CPU minute breakdowns in the dashboard, REST API, or CLI output.
+ Verified New State
Deployments display billable duration (build + post-build time rounded up) and CPU minutes (billable duration * vCPUs) in the dashboard, REST API, and 'vc inspect' (CLI v59.23.1+).

Impact & Verification Analysis

WHO IS AFFECTED

Vercel users monitoring build resource consumption and infrastructure costs.

WHY IT MATTERS

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.

Multi-Source Evidence Chain (1)

Deployments now show billable duration and CPU minuteshttps://vercel.com/changelog
TRACKED ENTITY
Explore all historical Vercel changes
View Vercel Hub ➔