get_application_deployment_guide
Retrieve detailed deployment instructions and requirements for specific applications to ensure proper setup and configuration on Vultr cloud infrastructure.
Instructions
Get deployment guidance for an application.
Args: app_id: The application ID, name, short_name, or image_id
Returns: Deployment guidance including application details and requirements
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"
}