---
title: Delete
url: https://docs.vultr.com/reference/vultr-cli/container-registry/delete
description: Permanently removes a specified container registry from your Vultr account after confirmation, freeing associated resources and storage.
publish_date: 2025-09-14T03:02:23.971682Z
last_updated: 2025-11-07T17:40:50.113984Z
---

The `vultr-cli container-registry delete` command permanently removes a specified container registry from your Vultr account after confirmation, freeing associated resources and storage.

## Usage

```console
$ vultr-cli container-registry delete <Registry ID>
```

## Examples

```console
# Full example
$ vultr-cli container-registry delete b20fa61e-4abb-46c5-92c3-8700150e1f9a

# Shortened example with aliases
$ vultr-cli cr d b20fa61e-4abb-46c5-92c3-8700150e1f9a
```