Skip to content

Project Settings

Function Region

This is the region on Vercel's network that your Serverless Functions will execute in by default. It should be close to any data source that your Serverless Functions query.

You can override this in the Function's configuration. A new Deployment is required for your changes to take effect.

Function CPU

This controls the maximum amount of CPU utilization your Serverless Functions can use while executing. Standard is optimal for most frontend workloads. You can override this per function using the vercel.json file.

A new Deployment is required for your changes to take effect.

Function Failover

Automatically failover Serverless Functions to the nearest region. You can customize regions through vercel.json. A new Deployment is required for your changes to take effect.

Enable Failover