---
title: Label
url: https://docs.vultr.com/reference/vultr-cli/object-storage/label
description: Manage metadata tags for Vultr Object Storage instances to improve organization and resource identification.
publish_date: 2025-09-14T03:08:14.565218Z
last_updated: 2025-11-07T17:50:44.815979Z
---

The `vultr-cli object-storage label` command manages labels for Vultr Object Storage instances, allowing you to add, modify, or remove metadata tags for organization and identification purposes.

## Usage

```console
$ vultr-cli object-storage label <Object Storage ID> [flags]
```

## Examples

```console
# Full example
$ vultr-cli object-storage label 57ad432f-66a2-4580-936b-d0af934bce5d --label="Updated Object Storage"
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -l | --label | label you want your object storage to have |