For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to Edit or Delete an App Catalog Deployment in AceCloud?

Overview

After deploying an application from the App Catalog, you can modify its configuration or permanently remove it from your project. This article explains how to edit or delete an existing App Catalog deployment.

a. Edit an App Catalog Deployment

Follow these steps to update an existing deployment.

Step 1: Open the Deployment

  1. Navigate to Deployments > Overview.

  2. Locate the App Catalog deployment you want to modify.

  3. Click the Actions (⋮) menu.

  4. Select Edit Deployment.

The Edit Deployment page opens.

Step 2: Update the Deployment Configuration

Modify the required settings.

Deployment Details

You can update:

  • Application version

  • Resources

  • Networking

  • Volume Size

Resources

Update the resource allocation as required.

  • CPU Request

  • Memory Request

Note: Updating resources for Dedicated Deployments is currently not supported.

Networking

Update the networking configuration if required.

You can add or remove allowed IP addresses.

Volumes

Modify the storage allocated to the application services by increasing the required volume sizes.

Note: Volume sizes can only be increased. Reducing the allocated volume size is not supported. The available volume fields depend on the selected application.

Environment Variables

Review the environment variables and update the editable values as required.

Note 1: Hover over the ⓘ (information) icon next to each environment variable to view details about the expected value format and requirements. Some application environment variables include validation rules and must be configured with values that meet the specified criteria.

Note 2: Some environment variables are immutable and cannot be modified after deployment. These variables are used during the application's initial setup (for example, passwords or secret keys) and are locked to ensure application integrity.

Step 3: Update the Deployment

After reviewing all changes, click Update Deployment.

AceCloud applies the updated configuration to the deployment.

Note: Depending on the changes made, the deployment may restart while the new configuration is applied.

b. Delete an App Catalog Deployment

Deleting a deployment permanently removes the application and its associated resources.

Step 1: Open the Delete Option

  1. Navigate to Deployments > Overview.

  2. Locate the deployment you want to remove.

  3. Click the Actions (⋮) menu.

  4. Select Delete Deployment.

The confirmation dialog appears.

Step 2: Confirm Deletion

  1. Review the confirmation message.

  2. Click Delete to permanently remove the deployment.

Alternatively, click Cancel to keep the deployment.

Warning: Deleting a deployment permanently removes the application and its associated data. This action cannot be undone.

Result

The deployment is removed from the Deployments page and is no longer available in your project.

Last updated