Vultr DocsLatest Content


Update

Updated on 07 November, 2025

Modifies properties of an existing container repository in your Vultr registry, such as access permissions or description.


The vultr-cli container-registry repository update command modifies configuration settings for an existing container repository in your Vultr Container Registry service.

Usage

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

Examples

console
# Full example
$ vultr-cli container-registry repository update 4dcdc52e-9c63-401e-8c5f-1582490fe09c --image-name="my-thing"
--description="new description"

# Shortened example with aliases
$ vultr-cli cr r u 4dcdc52e-9c63-401e-8c5f-1582490fe09c -i="my-thing" -d="new description"

Flags

Shorthand Long Version Description
-d --description The description of the image/repo
-i --image-name The name of the image/repo

Comments