get_cheapest_plan
Find the lowest-cost Vultr cloud infrastructure plan based on specified criteria to optimize cloud spending.
Instructions
Get the cheapest available plan.
Args: plan_type: Optional plan type filter
Returns: Cheapest plan details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
plan_type | No |
Input Schema (JSON Schema)
{
"properties": {
"plan_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Plan Type"
}
},
"type": "object"
}