create_pod
Initialize an empty persistent Docker container with a dedicated volume for static, Node.js, or Python apps, so files can be deployed later. Skip this step and use direct deployment if you prefer.
Instructions
Create a new empty pod (a persistent Docker container + volume) without deploying app files yet. Usually you can skip this and call deploy_pod directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | DNS-safe pod name, e.g. 'my-app' | |
| preset | Yes |