---
title: "Update dedicated IP set"
method: PATCH
path: "/dedicated-ips/{dedicatedIpId}"
tags: ["Dedicated IPs"]
---

# Update dedicated IP set

`PATCH /dedicated-ips/{dedicatedIpId}`

Update the dedicated IP set with the provided ID. All fields are optional. Omitted fields are left unchanged. To switch from environment-scoped to workspace-scoped, provide `environmentIds: []`.

## Request body

- DedicatedIPPATCH — Input for updating a dedicated IP set. All fields are optional. Omitted fields are left unchanged. Provide `environmentIds: []` to switch from environment-scoped to workspace-scoped.
  - `name` string
  - `description` string
  - `environmentIds` string[]

## Response `200`

OK

- DedicatedIP
  - `id` string, required — Unique identifier for this dedicated IP set.
  - `name` string, required — Descriptive name for this dedicated IP set.
  - `description` string, required — Free-form description for this dedicated IP set.
  - `ownerId` string, required — The ID of the workspace that owns this dedicated IP set.
  - `region` 'frankfurt' | 'oregon' | 'ohio' | 'singapore' | 'virginia', required — Defaults to "oregon"
  - `environmentIds` string[], required — Environments this dedicated IP set applies to. If empty, it applies to all services in the workspace within its region.
  - `ips` string[], required — The IPv4 addresses assigned to this dedicated IP set.
  - `status` 'UNKNOWN' | 'CREATING' | 'PENDING' | 'RUNNING' | 'FAILED' | 'DELETING' | 'DELETED', required — Current status of a dedicated IP set.
  - `createdAt` string, date-time, required — Time the dedicated IP set was created.
  - `updatedAt` string, date-time — Time the dedicated IP set was last updated.

## Other responses

- `400` — The request could not be understood by the server.
- `401` — Authorization information is missing or invalid.
- `403` — You do not have permissions for the requested resource.
- `404` — Unable to find the requested resource.
- `406` — Unable to generate preferred media types as specified by Accept request header.
- `409` — The current state of the resource conflicts with this request.
- `410` — The requested resource is no longer available.
- `429` — Rate limit has been surpassed.
- `500` — An unexpected server error has occurred.
- `503` — Server currently unavailable.

---

[API](https://skmtc.dev/render/apis/render-public-api.md) · [All operations](https://skmtc.dev/render/apis/render-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/render/render-public-api/revisions/80e0ff74d033/schema)
