Deployments now show billable duration and CPU minutes
Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.
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.
Discussion (0)
Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.
Sign in →No comments yet. Sign in and be the first to say something.