Sakura Cloud MCP Server

start_apprun

Initiate an AppRun application on the Sakura Cloud MCP Server by specifying the app ID and optional zone for deployment.

Instructions

Start an AppRun application

Input Schema

NameRequiredDescriptionDefault
appIdYesThe ID of the AppRun application to start
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 start", "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