---
title: "Create a New Reserved IPv6"
method: POST
path: "/v2/reserved_ipv6"
tags: ["DigitalOcean-public.v2-new_Reserved IPv6"]
---

# Create a New Reserved IPv6

`POST /v2/reserved_ipv6`

On creation, a reserved IPv6 must be reserved to a region.
* To create a new reserved IPv6 reserved to a region, send a POST request to
  `/v2/reserved_ipv6` with the `region_slug` attribute.

## Request body

- ReservedIpv6Create
  - `region_slug` string, required — The slug identifier for the region the reserved IPv6 will be reserved to.

## Response `201`

The response will be a JSON object with key `reserved_ipv6`. The value of this will be an object that contains the standard attributes associated with a reserved IPv6.

- object
  - `reserved_ipv6` object
    - `ip` string, ipv6 — The public IP address of the reserved IPv6. It also serves as its identifier.
    - `region_slug` string — The region that the reserved IPv6 is reserved to. When you query a reserved IPv6,the region_slug will be returned.
    - `reserved_at` string, date-time

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/revisions/cb3bf9b21459/schema)
