List Pods
Create a Pod
-w to wait until the pod is fully running before returning.
Create Flags
The
--preset flag is optional. If omitted, the CLI auto-detects the preset from your current directory by looking for signature files like package.json (Node.js), composer.json (PHP), requirements.txt (Python), or index.html (Static).Examples
Get Pod Details
Start / Stop / Restart
Lifecycle Flags
Resize
Change a pod’s plan (and its associated resources):--plan flag is required. Resources (CPU, memory, disk) are automatically set based on the target plan.
Reload Application
Restart the application services inside the pod:- Static: nginx
- PHP: nginx + PHP-FPM
- Node.js:
appsystemd service - Python:
appsystemd service
Delete
JSON Output
Add--json to any command for machine-readable JSON output: