list_applications
Retrieve all available Vultr marketplace and one-click applications with details like ID, name, type, vendor, and image ID for deployment planning.
Instructions
List all available applications (marketplace and one-click).
Args: app_type: Optional filter by type ('marketplace', 'one-click', or None for all)
Returns: List of application objects with details including: - id: Application ID - name: Application name - short_name: Short name for URL/API use - deploy_name: Full deployment name - type: Type (marketplace or one-click) - vendor: Vendor name - image_id: Image ID (for marketplace apps)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_type | No |