Sakura Cloud MCP Server

delete_apprun

Remove an AppRun application from Sakura Cloud infrastructure by specifying the application ID and optional zone. Simplifies application management and cleanup in the MCP Server environment.

Instructions

Delete an AppRun application

Input Schema

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