---
title: Detach
url: https://docs.vultr.com/reference/vultr-cli/reserved-ip/detach
description: Removes the association between a reserved IP address and a Vultr instance, making the IP available for reassignment.
publish_date: 2025-09-14T03:08:43.455689Z
last_updated: 2025-11-07T17:51:33.979047Z
---

The `vultr-cli reserved-ip detach` command removes the association between a reserved IP address and a Vultr instance, making the IP available for reassignment.

## Usage

```console
$ vultr-cli reserved-ip detach <Reserved IP ID>
```

## Examples

```console
# Full example
$ vultr-cli reserved-ip detach 6a31648d-ebfa-4d43-9a00-9c9f0e5048f5

# Shortened with alias commands
$ vultr-cli rip d 6a31648d-ebfa-4d43-9a00-9c9f0e5048f5
```