Skip to content
Dashboard

Deployments now show billable duration and CPU minutes

Deployments now show their billable duration and CPU minutes in the dashboard, vc inspect, and the REST API. Use it to understand how each build contributes to your usage.

Billable duration is the build and post-build time combined, rounded up to the next whole minute. CPU minutes are that figure multiplied by the machine's vCPUs.

To see the same breakdown from the CLI, update to version 59.23.1 or later with npm i -g vercel@latest, then run vc inspect:

vc inspect <deployment>
Duration
build duration 5m 9s
post-build duration 3m 21s
billable duration 9m
CPU Minutes Usage 270 minutes (9m x 30vCPU)

Learn more about build machines and CPU minutes in the docs.