Dedicated IPs
Send outbound service traffic through fixed, reserved IP addresses.
Dedicated IPs require a Pro workspace plan or higher. Render applies an additional monthly fee for each IP set.
For details, see the pricing page.
For an additional monthly fee, you can create sets of dedicated outbound IP addresses for your Render workspace. These IP addresses are exclusive to your workspace, enabling you to more precisely allowlist your services with external providers:
How it works
-
Each dedicated IP set you create includes three IPv4 addresses:

-
All IPs in a set belong to the same region, which you select during creation.
- Only services in the selected region can use the IPs for outbound traffic.
-
You can scope an IP set to specific environments in your workspace, or to your entire workspace.
- An environment-scoped IP set always takes precedence over a workspace-level IP set, if both would apply to a particular service.
-
A service's outbound requests might use any IP in its assigned set.
-
Render bills your workspace monthly for each IP set. See pricing.
-
By default, each workspace can have up to 4 dedicated IP sets.
- If you need more, reach out to our support team in the Render Dashboard.
-
You can manage dedicated IP sets via the Render Dashboard, the Render API, or the Terraform provider.
Workspaces without dedicated IPs use Render's default outbound IP ranges, which are shared by other services in the same region.
Creating an IP set
Workspace members with the Admin role can create dedicated IPs with any of the following methods:
-
From your workspace home in the Render Dashboard, click Networking > Dedicated IPs in the left pane.
-
Click + Create Dedicated IPs to open the creation form:

-
Provide a Name for the IP set.
- Optionally add a Description for your team's reference.
-
Select the IP set's Region.
- Only services in the selected region can use the IPs for outbound traffic.
- You can't change an IP set's region after creation.
-
Under Scope, choose which services will use the IP set:
Scope Description Workspace
All services in the selected region will use the IP set, unless they belong to an environment with its own assigned set.
Limited Environments
Only services in the selected region that belong to a selected environment will use the IP set.
Environments with services in multiple regions are labeled Mixed regions:

Only services in the same region as the IP set will use it for outbound traffic.
-
Review the monthly total and click Create Dedicated IP.
That's it! Render provisions your new IP set within a few minutes. You can track progress on the status page, and Render sends workspace admins a confirmation email when the IPs become active.
Using the Render API, send a request to the Create Dedicated IP endpoint.
Provide your workspace ID, region, and name in the request body:
Include environmentIds to scope the IPs to specific environments, or omit it to scope the IPs to your entire workspace.
You can now add your new IPs to external allowlists to ensure uninterrupted connectivity.
Checking your service's outbound IPs
After you create an IP set, you can confirm that your services are using it with the following steps:
-
From your workspace home in the Render Dashboard, click a service to open its details page.
-
Open the Connect dropdown in the upper right.
-
Switch to the Outbound tab. If your service is using a dedicated IP set, its name appears above the list of IP addresses:

Managing IP sets
From your workspace home in the Render Dashboard, click Networking > Dedicated IPs in the left pane.
Here you can view each IP set's name, region, scope, status, and IP addresses:

You can also list your dedicated IP sets via the Render API.
Editing a set
If you change the scope of a dedicated IP set, services that no longer match that scope revert to using Render's default outbound IP ranges.
-
Click the ••• menu on the dedicated IP set you want to edit.

-
Click Settings. The page displays your current configuration.
-
Click Edit to modify the Name, Description, or Scope of your dedicated IP set.
-
Click Save to apply your changes.
Use the Update Dedicated IP API endpoint. All fields are optional, and any omitted fields are left as is:
To switch from environment-scoped to workspace-scoped, pass "environmentIds": [].
You can't change an IP set's region after creation. To move an IP set to a different region, delete the existing set and recreate in your desired region.
Deleting a set
Deleting an IP set reverts affected services to Render's default outbound IP ranges.
If external systems allowlist your dedicated IPs, update those allowlists before deleting the set.
-
Click the ••• menu for the dedicated IP set you want to delete and click Delete Dedicated IP.

-
Follow the on-screen instructions to confirm the deletion.
Use the Delete Dedicated IP API endpoint with the dedicated IP set's ID.
If you delete an IP set in the middle of a billing period, Render prorates your bill accordingly.