---
title: Update
url: https://docs.vultr.com/reference/vultr-cli/container-registry/update
description: Modifies existing container registry settings including storage capacity, authentication options, and configuration parameters.
publish_date: 2025-09-14T03:02:31.034189Z
last_updated: 2025-11-07T17:41:01.869013Z
---

The `vultr-cli container-registry update` command modifies existing container registry settings, allowing users to update attributes like storage capacity or access permissions on their Vultr container registry.

## Usage

```console
$ vultr-cli container-registry update <Registry ID> [flags]
```

## Examples

```console
# Full example
$ vultr-cli container-registry update 835fd402-e0eb-47aa-a5a9-a9885feea1cf --plan="premium" --public="true"

# Shortened example with aliases
$ vultr-cli cr u 835fd402-e0eb-47aa-a5a9-a9885feea1cf -p="premium" -b="true"
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -p | --plan | Name of the plan used for the container registry |
| -b | --public | The container registry availability status |