Create an Edgegap application
edgegap_create_appCreate a new application to hold game server versions when no existing application matches. Use this before adding a version; it does not deploy.
Instructions
Create a new application to hold game server versions. Only call this after edgegap_list_apps confirms no suitable application exists. Creating an application does not deploy anything — follow with edgegap_create_app_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Application name, 3-64 chars. Usually the game or project name. | |
| is_active | No | Whether deployments are allowed. Default true. |