Deployments now show billable duration and CPU minutes
By Steven Van ·
Vercel now breaks out billable build duration and CPU minutes per deployment in the dashboard, CLI, and REST API.
Vercel deployments now show their billable duration and CPU minutes in the Vercel dashboard, in vc inspect, and in the REST API, so builds can be checked against usage. Billable duration is build time plus post-build time, rounded up to the next whole minute; CPU minutes multiply that figure 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. For example, a deployment with a 5m 9s build duration and 3m 21s post-build duration shows a 9-minute billable duration and, on a 30-vCPU machine, 270 CPU minutes.
