list_by_continent
Retrieve all Vultr cloud regions available in a specified continent to identify deployment locations for infrastructure planning.
Instructions
List all regions in a specific continent.
Args: continent: Continent name (e.g., "North America", "Europe", "Asia", "Australia")
Returns: List of regions in the specified continent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
continent | Yes |
Input Schema (JSON Schema)
{
"properties": {
"continent": {
"title": "Continent",
"type": "string"
}
},
"required": [
"continent"
],
"type": "object"
}