Vultr DocsLatest Content


Create

Updated on 15 September, 2025

Creates a new reserved IP address that can be assigned to Vultr instances as needed


The vultr-cli reserved-ip create command provisions a new reserved IP address in your Vultr account, allowing you to assign it to instances as needed.

Usage

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

Examples

console
# Full Example
$ vultr-cli reserved-ip create --region="yto" --type="v4" --label="new IP"
# Shortened with alias commands
$ vultr-cli rip c -r="yto" -t="v4" -l="new IP"

Flags

Shorthand Long Version Description
-l --label label
-r --region id of region
-t --type type of IP : v4 or v6

Comments

No comments yet.