---
title: "Publish zone"
method: POST
path: "/v1/dns/zones/{zone_name}/publish"
tags: ["zones"]
---

# Publish zone

`POST /v1/dns/zones/{zone_name}/publish`

Request publication of the zone.
When the zone gets published, it becomes resolvable on the primary nameservers.

## Path parameters

- `zone_name` string, required — The name of the zone.

## Response `202`

resource updated

- CommandSuccess
  - `warnings` Warning[]
    - `code` string, required — A code for this warning.
    - `title` string, required — A title for this warning.
    - `detail` string, nullable — Contextual information about this warning.

## Other responses

- `401` — unauthorized (code: 2465)
- `402` — Multiple error variants are possible: - DNS names are over limit; please contact support (code: 3354) - RRset metadata over limit; please contact support (code: 4556) - Rdata count is over limit; please contact support (code: 4428) - dns name metadata over limit; please contact support (code: 2218) - owned zones are over limit; please contact support (code: 4085) - zone metadata over limit; please contact support (code: 4228)
- `403` — Multiple error variants are possible: - changing this zone is forbidden (code: 4238) - changing this zone is prohibited; please contact support (code: 3903) - force publication of the zone is disallowed (code: 4605) - operation only available via the website (code: 4786)
- `404` — Multiple error variants are possible: - zone not found (code: 2510) - zone not shared (code: 2728)
- `409` — Multiple error variants are possible: - zone already published (code: 3805) - zone containing this name already exists. (code: 3728) - zone is within an existing zone (code: 4032) - zone publication already requested (code: 4738)

---

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