---
title: Create
url: https://docs.vultr.com/reference/vultr-cli/object-storage/create
description: Provisions a new Object Storage instance in your Vultr account with customizable location and capacity settings.
publish_date: 2025-09-14T03:08:10.471046Z
last_updated: 2025-11-07T17:50:37.926198Z
---

The `vultr-cli object-storage create` command provisions a new Object Storage instance in your Vultr account, allowing you to store and manage data in the cloud.

## Usage

```console
$ vultr-cli object-storage create [flags]
```

## Examples

```console
# Full example
$ vultr-cli object-storage create --cluster-id=2 --tier-id=4 --label="Example Object Storage"

You must pass --cluster-id and --tier-id; other arguments are optional

Use the vultr-cli object-storage cluster list and tier list commands to
help identify the appropriate values for your object storage
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -i | --cluster-id | ID of the cluster in which to create the object storage |
| -l | --label | label you want your object storage to have |
| -t | --tier-id | ID of the tier to create the object storage in. Must be one of the available tiers for the cluster |