Skip to main content
Glama

Sakura Cloud MCP Server

by hidenorigoto

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hidenorigoto/sacloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server