update_apprun
Modify an AppRun app on the Sakura Cloud MCP Server by updating its name, description, Docker image, plan ID, environment variables, or zone directly through configurable parameters.
Instructions
Update an existing AppRun application
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | The ID of the AppRun application to update | |
description | No | New description of the AppRun application | |
dockerImage | No | New Docker image to use for the AppRun application | |
environment | No | New environment variables for the AppRun application | |
name | No | New name of the AppRun application | |
planId | No | New plan ID for the AppRun application | |
zone | No | The zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified. |