list_cluster_tiers
Retrieve available storage tiers with pricing and limits for a specific Vultr Object Storage cluster to select appropriate capacity options.
Instructions
List all available tiers for a specific Object Storage cluster.
Args: cluster_id: The cluster ID (use list_clusters to see available clusters)
Returns: List of available tiers for the cluster with pricing and limits
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cluster_id": {
"title": "Cluster Id",
"type": "integer"
}
},
"required": [
"cluster_id"
],
"type": "object"
}