ce_create_app
Deploy a containerized application on IBM Cloud Code Engine by specifying project, name, image reference, and optional port, scaling, CPU, memory, and region settings.
Instructions
Create a Code Engine application
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| image_reference | Yes | Container image reference | |
| image_port | No | Port the app listens on (default 8080) | |
| scale_min | No | ||
| scale_max | No | ||
| cpu | No | e.g. 0.5, 1 | |
| memory | No | e.g. 1G, 2G | |
| region | No |