# Deleting a Container Registry in AceCloud

Sometimes you may need to delete a registry—for example, when a project is retired or when you want to clean up unused resources. This article explains how to safely delete a container registry in AceCloud.

{% hint style="warning" %}
Important: A registry can only be deleted if it is **empty** (no repositories or images).
{% endhint %}

{% stepper %}
{% step %}

### Log in to the AceCloud Console

* Go to the **AceCloud Console**.
* Select the correct **Project** and **Region**.
  {% endstep %}

{% step %}

### Navigate to Container Registry

* From the left-hand menu, click **Registry**.
* Click **Overview**.
  {% endstep %}

{% step %}

### Verify the Registry is Empty

* Go to the **Repositories** tab and confirm there are **no repositories or images**.
* If repositories exist, delete them first.
  {% endstep %}

{% step %}

### Delete the Registry

* On the registry details page, click **Delete Registry**.
* A confirmation dialog will appear.

<figure><img src="/files/QqRNV30VoxR5xhNRBiJO" alt=""><figcaption></figcaption></figure>

* Enter the **registry name** to confirm.
* Click **Delete**.
  {% endstep %}
  {% endstepper %}

{% hint style="warning" %}

* Registry must be empty before deletion.
* Deletion is permanent — once deleted, the registry and its repositories cannot be recovered.
* One registry per project/region — after deletion, you may create a new registry for that project and region.
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acecloud.ai/knowledge-base/registry/deleting-a-container-registry-in-acecloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
