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.
$ vultr-cli reserved-ip convert [flags]
# 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"
Shorthand | Long Version | Description |
---|---|---|
-i | --ip | ip you wish to convert |
-l | --label | label |
No comments yet.