MCP tool · Domains
create_domain_pointer
Point a second domain at a domain on the account — an alias (default; shares the same site and DNS zone) or a pointer (parked).
create_domain_pointer
Idempotent
Description
Point a second domain at a domain on the account — an alias (default; shares the same site and DNS zone) or a pointer (parked). Both domains must already be on the account. Requires the write:hosting scope. This is the hosting alias, not registrar delegation — to change where a domain's nameservers point use the domain tools.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|
from
required
|
string |
The extra domain to point at the resolved domain, e.g. old-example.com.
|
type
|
enum |
alias (default) shares the target's site and DNS zone; pointer parks the domain. One of alias, pointer.
|