pages.remove_custom_domain
Detach the custom hostname from a hosted static website.
Removes the custom-domain DNS record and CDN hostname. The page stays online at the preview hostname on vee3.site.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page id to detach the custom domain from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public HTTPS URL for the page. Uses the custom domain when one is attached. | |
| name | No | Display name for the page, if set. | |
| slug | No | Page slug. | |
| status | No | Current page status. | |
| page_id | No | Unique identifier for the page. | |
| hostname | No | Preview hostname ({slug}.vee3.site). Always present, including when a custom domain is attached. | |
| created_at | No | When the page was created. | |
| updated_at | No | When the page record was last updated. | |
| custom_domain | No | Custom hostname attached to the page, if any. | |
| last_deployed_at | No | When files were last deployed to the page. |