get_bare_metal_plan
Retrieve detailed specifications and configuration options for a specific bare metal server plan to evaluate hardware requirements and pricing.
Instructions
Get details of a specific bare metal plan.
Args: plan_id: The plan ID
Returns: Bare metal 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"
}