get_plans_by_region_availability
Retrieve available compute plans for a specific Vultr region to determine compatible server configurations before deployment.
Instructions
Get plans available in a specific region.
Args: region: Region code (e.g., 'ewr', 'lax')
Returns: List of plans available in the specified region
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | Yes |
Input Schema (JSON Schema)
{
"properties": {
"region": {
"title": "Region",
"type": "string"
}
},
"required": [
"region"
],
"type": "object"
}