list_os_by_family
Retrieve available operating systems filtered by family type for Vultr cloud deployments, enabling users to select appropriate OS images for server provisioning.
Instructions
List operating systems by family.
Args: family: OS family (e.g., 'ubuntu', 'centos', 'windows', 'application')
Returns: List of operating systems in the specified family
Input Schema
Name | Required | Description | Default |
---|---|---|---|
family | Yes |
Input Schema (JSON Schema)
{
"properties": {
"family": {
"title": "Family",
"type": "string"
}
},
"required": [
"family"
],
"type": "object"
}