Vultr DocsLatest Content


Convert

Updated on 15 September, 2025

Transforms an existing instance IP address into a reserved IP while maintaining its configuration


The vultr-cli reserved-ip convert command transforms an existing IP address attached to an instance into a reserved IP address, preserving its configuration.

Usage

console
$ vultr-cli reserved-ip convert  [flags]

Examples

console
# Full example
$ vultr-cli reserved-ip convert --ip="192.0.2.123" --label="new label converted"
# Shortened with alias commands
$ vultr-cli rip v -i="192.0.2.123" -l="new label converted"

Flags

Shorthand Long Version Description
-i --ip ip you wish to convert
-l --label label

Comments

No comments yet.