Sakura Cloud MCP Server

stop_apprun

Stop an AppRun application on Sakura Cloud by specifying the app ID and optional zone. Manage containerized applications efficiently with the MCP server.

Instructions

Stop an AppRun application

Input Schema

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