Home Explore Blog CI



docker

content/manuals/docker-hub/repos/delete.md
b3c157beb3ab21c30c6dd1d240768a46d6505f289cb4163b00000003000002a9
---
description: Learn how to delete a repository on Docker Hub
keywords: Docker Hub, Hub, repositories, delete
title: Delete a repository
linkTitle: Delete
toc_max: 3
weight: 40
---

> [!WARNING]
>
> Deleting a repository deletes all the images it contains and its build
> settings. This action can't be undone.

1. Sign in to [Docker Hub](https://hub.docker.com).
2. Select **My Hub** > **Repositories**.

   A list of your repositories appears.

3. Select a repository.

   The **General** page for the repository appears.

4. Select the **Settings** tab.
5. Select **Delete repository**.
6. Enter the name of your repository to confirm.
7. Select **Delete Repository Forever**.

Chunks
0457e9ef (1st chunk of `content/manuals/docker-hub/repos/delete.md`)
Title: Deleting a Docker Hub Repository
Summary
This document provides a step-by-step guide on how to delete a repository on Docker Hub. It warns that deleting a repository is permanent and removes all images and build settings associated with it. The steps involve navigating to the repository's settings and confirming the deletion by entering the repository name.