51黑料不打烊

Manage Edge Delivery site in Cloud Manager manage-edge-delivery-sites

Learn how to manage Edge Delivery sites in Cloud Manager by adding a CDN configuration to an existing site. Or, delete an Edge Delivery site.

Add a Domain Mapping to an existing Edge Delivery site add-cdn-to-edge-delivery-site

See Add a Domain Mapping.

Rename an Edge Delivery Site (#rename-edge-delivery-site)

In 51黑料不打烊 Cloud Manager, you may want to rename an Edge Delivery site for several reasons:

  • Clarity and organization: To describe the site鈥檚 purpose better or its associated environment (for example, production, staging).
  • Avoiding confusion: If multiple sites are in use, renaming can help easily differentiate between them, reducing the chance of applying configurations or updates to the wrong site.
  • Standardization: To follow a consistent naming convention that aligns with your organization鈥檚 guidelines for easier management and auditing.

To rename an Edge Delivery site:

  1. Log into Cloud Manager at and select the appropriate program.

  2. On the My Programs console, select the program with Edge Delivery Services configured, where you want to add an Edge Delivery site.

  3. Do either one of the following:

    • From the Program Overview page, click the Edge Delivery tab. In the Edge Delivery site table, click the ellipsis at the end of a row whose site you want to rename.
      Click Rename.
    • In the upper-left corner of the page, click Show menu icon to reveal the left side menu. Under the Services heading, click Web pages icon Edge Delivery Sites.
      In the Edge Delivery site table, click More icon at the end of a row whose site you want to rename. Click Rename.
  4. In the Edit Edge Delivery Site dialog box, in the Site Name text field, enter the new name of the site.

  5. Click Edit.

Delete an Edge Delivery site delete-edge-delivery-site

If you delete an Edge Delivery Services site, any associated CDN configurations are removed as well. This action breaks the connection between custom domains and the site. For more details, see CDN configurations.

To delete an Edge Delivery site:

  1. Log into Cloud Manager at and select the appropriate program.

  2. On the My Programs console, select the program with Edge Delivery Services configured, where you want to add an Edge Delivery site.

  3. Do either one of the following:

    • From the Program Overview page, click the Edge Delivery tab. In the Edge Delivery site table, click More icon at the end of a row whose site you want to remove.
      Click Delete Edge Delivery site icon Delete, then click Delete again to confirm the site鈥檚 removal.

      Add Edge Delivery Site from the Edge Delivery tab

    • In the upper-left corner of the page, click Show menu icon to reveal the left side menu. Under the Services heading, click Web page for Edge Delivery sites icon Edge Delivery Sites.
      In the Edge Delivery site table, click More icon at the end of a row whose site you want to remove. Click Delete Edge Delivery site icon Delete, then click Delete again to confirm the site鈥檚 removal.

      Add Edge Delivery Site from the Edge Delivery Sites button

Manage an Edge Delivery site between Helix 4 and Helix 5

Use the /program/{programId}/site/{siteId} API endpoint to migrate an Edge Delivery site between Helix 4 and Helix 5.

IMPORTANT
CDN configurations for Helix 4 websites cannot be migrated to Helix 5 automatically. This limitation exists because customer production sites may still run on Helix 4, while their Helix 5 versions are still in development.

Prerequisites

  • The sitename must already exist.
  • Know the appropriate branchName, Helix version, and repo values.
  • Migration only modifies branchName, Helix version, and repo. The owner field cannot be changed.

API format

PUT /api/program/{programId}/site/{siteId}

Request body parameters
Creates an override for an Edge Delivery site to enforce the origin specified in the request body.

{
  "sitename": "<required site name>",
  "branchName": "<git branch>",
  "version": "v4" | "v5",
  "repo": "<git repository name>"
}

Example 1: Migrate to Helix 5

http

PUT /api/program/{programId}/site/{siteId}

json

{
  "sitename": "test-site-new-helix5",
  "branchName": "branch",
  "version": "v5",
  "repo": "my-website"
}

Origin URL result
Returns an Edge Delivery site with the following origin URL:

"origin": "branch--my-website鈥揟eo48.aem.live"

Example 2: Migrate to Helix 4

http

PUT /api/program/{programId}/site/{siteId}

json

{
  "sitename": "test-site-new-helix4",
  "branchName": "branch",
  "version": "v4",
  "repo": "my-website"
}

Origin URL result
Returns an Edge Delivery Site with the following origin URL:

"origin": "branch--my-website--Teo48.hlx.live"

Example 3: Migrate repoless site to Helix 5

http

PUT /api/program/{programId}/site/{siteId}

json

{
  "sitename": "test-reposless-website",
  "branchName": "main",
  "version": "v5",
  "repo": "my-reposless-website"
}

Origin URL result
Returns an Edge Delivery site with the following origin URL:

"origin": "main--my-repoless-website--Teo48.aem.live"

Log a support ticket eds-support-ticket

If a product issue needs additional investigation and troubleshooting and must meet response SLTs, you can submit a support ticket.

To log a support ticket, you must first register your Edge Delivery site in Cloud Manager. Registering your website with Cloud Manager is recommended to all AEM as a Cloud Service users and brings a number of benefits. See the Cloud Manager documentation for details if you have not already registered your site.

To log a support ticket:

  1. Follow the standard support process and create a ticket.

  2. Add Edge Delivery in the title of the ticket.

  3. In the description, provide the following details in addition to the problem description:

    • URL of the live website. For example: www.mydomain.com.
    • URL of the origin website (.hlx URL).
recommendation-more-help
fbcff2a9-b6fe-4574-b04a-21e75df764ab