---
title: "Edit domain name renew state"
method: PUT
path: "/domains/{domainName}/renew"
tags: ["Domains"]
---

# Edit domain name renew state

`PUT /domains/{domainName}/renew`

Allowed if can_toggle_renew is true on the domain detail:
<ul><li>If there are no unpaid invoices for the domain name anymore.</li><li>If the renewal won't start within 1 month.</li></ul>
Allowed if the requesting user has the finance role.

## Path parameters

- `domain_name` string, required

## Request body

- EditDomainWillRenewRequest
  - `will_renew` boolean — Indication of renewal.

## Response `204`

No Content

---

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