find_regions_with_plan
Identify Vultr regions supporting a specific server plan by entering its plan ID to determine deployment availability.
Instructions
Find all regions where a specific plan is available.
Args: plan_id: The plan ID to search for (e.g., "vc2-1c-1gb")
Returns: List of regions where the plan is available, with region details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
plan_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"plan_id": {
"title": "Plan Id",
"type": "string"
}
},
"required": [
"plan_id"
],
"type": "object"
}