Sakura Cloud MCP Server

create_apprun

Generate a new AppRun application with custom Docker images, environment variables, and deployment plans on Sakura Cloud's MCP Server for streamlined containerized app management.

Instructions

Create a new AppRun application

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the AppRun application
dockerImageYesDocker image to use for the AppRun application
environmentNoEnvironment variables for the AppRun application
nameYesName of the AppRun application
planIdYesPlan 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": { "description": { "description": "Description of the AppRun application", "type": "string" }, "dockerImage": { "description": "Docker image to use for the AppRun application", "type": "string" }, "environment": { "description": "Environment variables for the AppRun application", "items": { "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, "name": { "description": "Name of the AppRun application", "type": "string" }, "planId": { "description": "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": [ "name", "dockerImage", "planId" ], "type": "object" }
ID: vbob63j601