get_os_by_name
Retrieve detailed operating system information from Vultr's catalog using an exact name match to identify and select appropriate OS images for deployment.
Instructions
Get operating system by exact name match.
Args: name: Exact OS name to find
Returns: Operating system details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}