get_application
Retrieve detailed information about a specific Vultr application by providing its ID, name, short name, or image identifier for cloud infrastructure management purposes.
Instructions
Get detailed information about a specific application.
Args: app_id: The application ID, name, short_name, or image_id (e.g., "wordpress", "openlitespeed-wordpress")
Returns: Detailed application information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"app_id": {
"title": "App Id",
"type": "string"
}
},
"required": [
"app_id"
],
"type": "object"
}