Vultr DocsLatest Content


Update

Updated on 15 September, 2025

Modify properties of an existing reserved IP address, such as its label or attached instance.


The vultr-cli reserved-ip update command allows you to modify properties of an existing reserved IP address in your Vultr account, such as its label or attached instance.

Usage

console
$ vultr-cli reserved-ip update <Reserved IP ID> [flags]

Examples

console
# Full example
$ vultr-cli reserved-ip update 6a31648d-ebfa-4d43-9a00-9c9f0e5048f5 --label="new label"
# Shortened with alias commands
$ vultr-cli rip u 6a31648d-ebfa-4d43-9a00-9c9f0e5048f5 -l="new label"

Flags

Shorthand Long Version Description
-l --label label

Comments

No comments yet.