> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/backup-and-storage/images-snapshots/private-images/how-tos/access-and-manage-private-image.md).

# Access and Manage Private Images

After completing the upload and conversion process, you can manage your uploaded images through DCD.

To access and manage your images, follow these steps:

1\. In the **DCD**, go to **Menu** > **Storage & Backup** > **Images & Snapshots**.

2\. Open the **Image** tab and select the private image you would like to manage.

3\. Under the **Meta Data** tab, modify the following details, if necessary:

* **Name:** Rename the image, if required.
* **OS Type**: Select the appropriate operating system.
* **Cloud Init Support**: The field value is set to **Supported** automatically if the image supports `cloud-init`; otherwise, it is set to **Unsupported**.
* **Description**: Add relevant details to help identify the image.
* **Live Vertical Scaling**: Configure by setting **Scale CPU**, **Scale RAM**, **Hotplug NICs**, and **Hotplug VirtIO** based on your requirements.
* **UEFI Support**: Select **Image is UEFI-compatible** from the drop-down list if the image is UEFI-compatible.

4\. Click **Save** to apply the configuration.

![Modify metadata in Private Image](/files/1VqAlRDYObQKiFU8I8zI)

{% hint style="success" %}
**Result:** The updates to the **Private Image Metadata** will be saved.
{% endhint %}

5\. Select the **Security** tab to view ownership information and manage image access permissions.

* **Visible to Groups**: Click on **Add Group** to grant access to specific groups. To remove access, select a group and click **Remove Group**.
* **Visible to Users**: You will see a list of users if you have already assigned valid permissions to a user.

{% hint style="success" %}
**Result:** The changes are saved automatically.
{% endhint %}

![Security in Private Image](/files/Bl6c5jCHRqhnt6mbIUXv)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/backup-and-storage/images-snapshots/private-images/how-tos/access-and-manage-private-image.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
