Vultr DocsLatest Content


Update

Updated on 15 September, 2025

Modifies existing container registry settings including storage capacity, authentication options, and configuration parameters.


The vultr-cli container-registry update command modifies existing container registry settings, allowing users to update parameters like storage capacity, authentication options, or registry configuration.

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

Comments

No comments yet.