find_by_name
Search for Vultr subaccounts using partial name matching to quickly locate specific accounts within your cloud infrastructure.
Instructions
Find subaccounts by name (partial match).
Args: name: Name to search for (case-insensitive partial match)
Returns: List of matching subaccounts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}