Sakura Cloud MCP Server

update_apprun

Modify AppRun application details in Sakura Cloud MCP Server by updating its name, description, Docker image, environment variables, plan ID, or zone for optimized deployment and management.

Instructions

Update an existing AppRun application

Input Schema

NameRequiredDescriptionDefault
appIdYesThe ID of the AppRun application to update
descriptionNoNew description of the AppRun application
dockerImageNoNew Docker image to use for the AppRun application
environmentNoNew environment variables for the AppRun application
nameNoNew name of the AppRun application
planIdNoNew plan ID for the AppRun application
zoneNoThe zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified.

Input Schema (JSON Schema)

{ "properties": { "appId": { "description": "The ID of the AppRun application to update", "type": "string" }, "description": { "description": "New description of the AppRun application", "type": "string" }, "dockerImage": { "description": "New Docker image to use for the AppRun application", "type": "string" }, "environment": { "description": "New environment variables for the AppRun application", "items": { "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, "name": { "description": "New name of the AppRun application", "type": "string" }, "planId": { "description": "New plan ID for the AppRun application", "type": "string" }, "zone": { "description": "The zone to use (e.g., \"tk1v\", \"is1a\", \"tk1a\"). Defaults to \"tk1v\" if not specified.", "type": "string" } }, "required": [ "appId" ], "type": "object" }
ID: vbob63j601