get_popular_marketplace_apps
Retrieve popular marketplace applications from Vultr's cloud platform to quickly deploy pre-configured software solutions for your infrastructure needs.
Instructions
Get popular marketplace applications.
Args: limit: Maximum number of applications to return (default: 10)
Returns: List of popular marketplace applications
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}