bunny_manage_mc_app
Manage Magic Container applications by creating, updating, or deleting them with configuration for Docker image, port, environment variables, regions, and autoscaling.
Instructions
Create, update, or delete a Magic Container application. Config object fields: name, dockerImage, port, environmentVariables, regions, autoscaling settings. For create use PascalCase, for update use camelCase. Deleting removes the application and all associated resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Application ID (required for update/delete) | |
| action | Yes | Action: create, update, or delete | |
| config | No | Application configuration object (required for create/update) |