---
title: Update
url: https://docs.vultr.com/reference/vultr-cli/reserved-ip/update
description: Modify properties of an existing reserved IP address, such as its label or attached instance.
publish_date: 2025-09-14T03:08:47.538039Z
last_updated: 2025-11-07T17:51:41.224406Z
---

The `vultr-cli reserved-ip update` command allows you to modify attributes of an existing reserved IP address in your Vultr account, such as its label or attached instance.

## Usage

```console
$ vultr-cli reserved-ip update <Reserved IP ID> [flags]
```

## Examples

```console
# 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"
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -l | --label | label |