> For the complete documentation index, see [llms.txt](https://docs.acecloud.ai/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecloud.ai/knowledge-base/deployment/how-to-edit-or-delete-an-app-catalog-deployment-in-acecloud.md).

# 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**.

![](/files/4cdf8b66cf59a607a7fb490a4a1d85333c49b798)

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

![](/files/68b7bd89cbb810799b1188fd43337e03542fb600)

**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.

![](/files/59d986b4c58c21538486a70134ed057118f83d59)

#### Volumes

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

![](/files/81de92de25f013018447b944b16060a0963e966c)

**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**.

![](/files/d46d6222c831ee543c2d0686314b66397c31f254)

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**.

![](/files/cb7213b8f970f0b6effdfe9ace5d8338b828d0d6)

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.

![](/files/a0c2cf3347b2ae3192b513c65dbb04f4ef058abb)

**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.
