get_plan
Retrieve detailed specifications for a specific Vultr cloud infrastructure plan using its ID to evaluate compute, storage, and networking options.
Instructions
Get details of a specific plan.
Args: plan_id: The plan ID
Returns: Plan 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"
}