---
title: How to delete images
description: Learn how to delete container images from Scaleway's Container Registry.
tags: container-registry delete image
dates:
  validation: 2025-06-19
  posted: 2019-02-25
---
import Requirements from '@macros/iam/requirements.mdx'


<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- A [Container Registry namespace](/container-registry/how-to/create-namespace/)
- [Pushed an image](/container-registry/how-to/push-images/) to your namespace


1. Click **Container Registry** under the **Storage** or **Containers** sections of the [Scaleway console](https://console.scaleway.com) side menu. The Container Registry namespaces dashboard displays.
2. Click the namespace's name to list its images.
3. Click <Icon name="more" /> next to the image name, then **Delete**. A pop-up displays.
4. Confirm the deletion of the image in the pop-up.
    <Message type="important">
      This action is irreversible, and all data stored in the image will be deleted.
    </Message>