Vultr DocsLatest Content


Create

Updated on 15 September, 2025

Provisions a new Object Storage instance in your Vultr account with customizable location and capacity settings.


The vultr-cli object-storage create command provisions a new Object Storage instance in your Vultr account with specified location and storage capacity parameters.

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

Comments

No comments yet.