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.
$ vultr-cli reserved-ip create [flags]
# 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"
Shorthand | Long Version | Description |
---|---|---|
-l | --label | label |
-r | --region | id of region |
-t | --type | type of IP : v4 or v6 |
No comments yet.