---
title: Create
url: https://docs.vultr.com/reference/vultr-cli/reserved-ip/create
description: Creates a new reserved IP address that can be assigned to Vultr instances as needed
publish_date: 2025-09-14T03:08:40.661244Z
last_updated: 2025-11-07T17:51:29.288012Z
---

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.

## Usage

```console
$ vultr-cli reserved-ip create  [flags]
```

## Examples

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

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -l | --label | label |
| -r | --region | id of region |
| -t | --type | type of IP : v4 or v6 |