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.
$ vultr-cli object-storage create [flags]
# 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
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 |
No comments yet.