get_operating_system
Retrieve operating system details by ID to verify specifications and compatibility before deployment on Vultr cloud infrastructure.
Instructions
Get details of a specific operating system.
Args: os_id: The operating system ID
Returns: Operating system details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
os_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"os_id": {
"title": "Os Id",
"type": "string"
}
},
"required": [
"os_id"
],
"type": "object"
}