Skip to main content
Last Reviewed: June 20, 2023

Sites

Learn how to manage your sites.


This section is specific to sites management, not developing and launching sites.

Site Dashboard

The Pantheon Site Dashboard is the hub of all development and activity for an individual site.

To view a Site Dashboard:

  1. Go to the Workspace containing the site.
  2. Select the Sites tab. Here, you can:
    • Search for the site by site name.
    • Narrow the list using the filters on the left.
    • Sort the columns by clicking the column heading.
  3. Click the name of the site. The Site Dashboard appears.

Add a Site

For guidance on how best to create or migrate a site, see Adding a Site to Pantheon.

Manage Sites

The Sites tab shows all sites you own or are a team member of. You can quickly tag, sort, and filter your sites.

Agency workspaces show "Site Owners" instead of "Users in Charge".

A icon in the site's status column indicates that a site is frozen due to inactivity.

Associate a Site to a Workspace

If you did not select a workspace when creating the site, you can add it to a workspace later. Refer to Add Supporting Workspace to Site.

Tag Sites

Tags are an easy way to add data to your sites to help you manage them.

To add tags to a site:

  1. Click the Sites tab and select one or more sites.

  2. Select Tags, then select Add Tags.

  3. Enter the tags you wish to associate to this site, separated by commas, and click Add Tags.

To remove tags from a site:

  1. Click the Sites tab and select one or more sites.

  2. Select Tags, then select Remove Tags.

  3. Select the tags you wish to remove, then click Remove Tags.

Export a List of Sites

You can export a list of sites to CSV. Data in the CSV file includes Site Name, date created, owner, upstream, plan and status.

To export a list of sites:

  1. Click the Sites tab, and then find and select the files you want to include in the list, or select the checkbox at the top of the list to select all sites.

  2. Click More Actions, then Export as CSV. A file is generated and downloaded to your browser’s download location.

Change Site Ownership

The person who creates the site owns it until someone else starts paying for it. The user or Enterprise who pays for the site is the owner thereafter. There can only be one site owner.

The permission to manage a site's plan is granted only to the roles of Site Owner / Workspace Administrator. Other roles do not have access to change the site plan as described on this page. Refer to Role-Based Permissions & Change Management for more information.

Info:
Note

If you need to assume site and billing ownership, the current Site Owner must transfer it to you directly.

To change the owner of a paid site (e.g. Basic, or Performance):

  1. Go to the Site Dashboard for the site.

  2. Select Billing, then Invite a business owner to pay for this site.

  3. Enter the email address for the new site owner.

    When the new owner receives the invitation they will be directed to provide payment information, at which point they will assume ownership of the site and will receive future invoices.

Enterprise workspaces can use the same process to assume ownership of a site; however, Agency Partners do not have the ability to own sites directly.

Share Preferred Pricing for a Site

Existing Site

Agencies should follow the steps below to share Preferred Pricing of an existing site with a new client.

  1. Go to the Site Dashboard for the site.

  2. Click the Billing tab.

  3. Click Transfer Site and enter the email address associated with the account to which you want to send an invitation to pay.

  4. Click Send Request.

    A link is immediately sent to the email address to pay through the secure site.

New Site

Agencies should follow the steps below to maintain Preferred Pricing through a plan change.

  1. Go to the Site Dashboard for the site.

  2. Click the Billing tab.

  3. Click View All Plans, then click Select for the plan you want.

  4. Click Pay Annually or Pay Monthly to set the billing frequency > click Continue.

  5. Click Transfer Site and enter the email address associated with the account to which you want to send an invitation to pay.

  6. Click Send Request.

    A link is immediately sent to the email address to pay through the secure site.

Info:
Note

A site transferred as a Sandbox will not receive Preferred Pricing. A site plan and billing preference (Annual or Monthly) must be selected prior to sending your client a payment invitation.

After the person has accepted the invitation and has paid for the site, they will receive the next invoice at the end of the billing cycle.

Delete Sites

At some point, you may need or want to delete one of your sites on Pantheon. The number of free sites you can create is increased after a free site is deleted, or after it has converted to a paid plan.

Only the site's "User in Charge" or "Owner" can delete a site. Refer to Roles and Permissions for more information.

Warning:
Warning

This action is permanent and irreversible. Export any needed content, code, or files from the site before starting this operation.

Before you delete a site: Downgrade the site plan to Sandbox. Refer to Manage Site Plans for more information.

After you delete a site that had a live domain or subdomain: Update the DNS records to avoid pointing to the deleted site.

Delete a Site from the Site Dashboard

  1. Go to the Site Dashboard for the site.

    Info:
    Note

    If you get a message that the site is frozen, and you still want to delete the site, click the click here to delete it link.

  2. Select Settings, and then select Delete Site.

  3. Click the Delete Site button.

  4. Enter the site title (provided just above the text field) to confirm you're aware of which site you're deleting.

  5. Click Delete This Site. After a few moments, the site will be deleted, and you will be returned to your Personal Workspace home.

Delete a Site from a Workspace

  1. Go to the Professional Workspace containing the site.

  2. Select the checkbox next to the site(s) you want to delete.

  3. Click More Actions, then select Delete Site.

  4. Type Delete.

  5. Click Delete Site(s). A flyout message will appear indicating that the site has been deleted.

Delete a Site with Terminus

Run the following Terminus command, replacing <site> with your site's name:

terminus site:delete <site>
Info:
Note

You can see a list of all your sites by running terminus site:list.

Delete a Front-End Site

Refer to the Delete a Front-End Site section of the Front-End Sites Overview guide for instructions.

Delete a Multidev Environment

Refer to the Delete a Branch Environment section of our Multidev guide for more information.

Retrieve the Site UUID

Every entity (user, workspace, product, and site) is assigned a UUID which is internal to Pantheon. The UUID is found within the URL for the entity and resembles the following:

de305d54-75b4-431b-adb2-eb6b9e546014

You can also use Terminus to find the UUID of your workspaces:

terminus site:list