Create dedicated IP set
render_create_dedicated_ipProvision a dedicated IP set to assign static IP addresses to Render services in a workspace region, optionally scoped to specific environments.
Instructions
Create dedicated IP set. Create a dedicated IP set. Provisioning an IP set is asynchronous. The response returns immediately with status: CREATING and ips: []. When provisioning completes, status changes to RUNNING and ips contains your assigned addresses. If environmentIds is omitted or empty, this IP set applies to all services in the workspace in the selected region. Otherwise, it applies only to services in the listed environments in that region. Calls POST /dedicated-ips on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the dedicated IP set. | |
| region | Yes | Defaults to "oregon" | oregon |
| ownerId | Yes | The ID of the workspace that will own this dedicated IP set. | |
| description | No | Free-form description for the dedicated IP set. | |
| environmentIds | No | Environments to scope the dedicated IP set to. If omitted or empty, it applies to all services in the workspace within its region. |