Lifecycle Management Commands
Manage the lifecycle of your deployed applications, including starting, stopping, and terminating apps.
Commands Overview
| Command | Description |
|---|---|
eigenx app start [app-id|name] | Start a stopped app |
eigenx app stop [app-id|name] | Stop a running app |
eigenx app terminate [app-id|name] | Permanently remove an app |
Application States
Your application can be in one of these states:
| State | Description | Actions Available |
|---|---|---|
| Running | App is active and processing | Stop, Upgrade, Terminate |
| Stopped | App is paused, resources held | Start, Terminate |
| Terminated | App is permanently removed | None (must redeploy) |
tip
Stopped apps retain their instance and wallet address but don't process requests. Terminated apps are completely removed and cannot be restarted.
eigenx app start
Start a previously stopped application.