# Park

The Park module for UAPI.

## List the parked (aliased) domains

 - [GET /Park/listparkeddomains](https://api.docs.cpanel.net/specifications/cpanel.openapi/park/park-listparkeddomains.md): This function lists the domains that are parked (aliased) on the cPanel
account's primary domain.

Note:

This function lists only the domains parked on the primary domain. Use
the AddonDomain::listaddondomains function for the domains parked on a
subdomain.

## Park an alias domain on an existing domain

 - [GET /Park/park](https://api.docs.cpanel.net/specifications/cpanel.openapi/park/park-park.md): This function parks (aliases) a domain on the cPanel account, so that the
domain serves the content of a domain that already exists on the account.

Important:

- Without the topdomain parameter, the system parks the domain on the
  account's primary domain.
- With the topdomain parameter, the system parks the domain on a
  subdomain of the primary domain. That arrangement is how an addon
  domain is represented. To create an addon domain and its subdomain in
  one call, use the AddonDomain::addaddondomain function instead.
- The account must have either the Parked Domains or the *Addon
  Domains feature. Parking on the primary domain requires the Parked
  Domains* feature specifically.

When you disable the Web Server role,
the system disables this function.

## Remove a parked (aliased) domain

 - [GET /Park/unpark](https://api.docs.cpanel.net/specifications/cpanel.openapi/park/park-unpark.md): This function unparks (removes the alias for) a domain on the cPanel
account.

Important:

- This function removes the alias only. It does not remove the
  subdomain that an addon domain is parked on. To remove both, use the
  AddonDomain::deladdondomain function instead.
- The account must have either the Parked Domains or the *Addon
  Domains* feature.

When you disable the Web Server role,
the system disables this function.

