---
title: "Update Domain"
method: PATCH
path: "/waap/v1/domains/{domain_id}"
tags: ["Domains"]
---

# Update Domain

`PATCH /waap/v1/domains/{domain_id}`

## Path parameters

- `domain_id` integer, required — The domain ID

## Request body

- UpdateDomain
  - `status` 'active' | 'monitor', required — Domain statuses that can be used when updating a domain

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Unauthenticated
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
