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.
$ vultr-cli reserved-ip update <Reserved IP ID> [flags]
# 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"
Shorthand | Long Version | Description |
---|---|---|
-l | --label | label |
No comments yet.