restart_app
Restart a running app. By default uses a soft restart that preserves terminal sessions (restarts the app process, not the container). Set hard=true for a full container restart when needed (e.g. after env var changes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App ID (UUID) or subdomain | |
| hard | No | Force a full container restart (kills terminal sessions). Default: false (soft restart). |