---
title: "Enable or Disable Domain"
method: PATCH
path: "/v3/portals/{portalId}/custom-domain"
tags: ["Portal Custom Domains"]
---

# Enable or Disable Domain

`PATCH /v3/portals/{portalId}/custom-domain`

Updates the portal domain associated with the portal.

## Request body

- UpdatePortalCustomDomainRequest
  - `enabled` boolean, nullable
  - `ssl` UpdatePortalCustomDomainSSL
    - `custom_certificate` string, nullable — Custom certificate to be used for the SSL termination.
    - `custom_private_key` string, nullable — Custom certificate private key to be used for the SSL termination.
    - `skip_ca_check` boolean — Advanced option. If true, the custom certificate is served exactly as provided, without attempting to bundle against a public trust store. Required for certificates issued by an internal/private CA.

## Response `200`

Portal custom domain

- PortalCustomDomain
  - `hostname` string, required
  - `enabled` boolean, required
  - `ssl` PortalCustomDomainSSL, required
    - `domain_verification_method` 'http' | 'custom_certificate', required
    - `verification_status` 'verified' | 'pending' | 'error', required
    - `validation_errors` string[]
    - `uploaded_at` string, date-time — An ISO-8601 timestamp representation of the ssl certificate upload date.
    - `expires_at` string, date-time — An ISO-8601 timestamp representation of the ssl certificate expiration date.
    - `skip_ca_check` boolean — True when the provided certificate chain is served as-is without validation against a public trust store.
  - `cname_status` 'verified' | 'pending', required
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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