create_apprun
Generate and deploy a new AppRun application on Sakura Cloud by specifying the name, Docker image, plan ID, environment variables, and zone.
Instructions
Create a new AppRun application
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Description of the AppRun application | |
dockerImage | Yes | Docker image to use for the AppRun application | |
environment | No | Environment variables for the AppRun application | |
name | Yes | Name of the AppRun application | |
planId | Yes | Plan ID for the AppRun application | |
zone | No | The zone to use (e.g., "tk1v", "is1a", "tk1a"). Defaults to "tk1v" if not specified. |