pending | Bot has been created in the database but its Kubernetes resources have not been scheduled yet. |
deploying | Kubernetes resources (StatefulSet, Service, Ingress, Secret) have been created and the pod is starting up. OpenClaw is initializing and connecting to the gateway. |
running | The bot is fully started and connected to the MyClaw gateway. It is actively responding to messages. |
stopped | The bot has been manually stopped. Kubernetes resources remain but the pod is scaled to zero replicas. Data is preserved. |
failed | The bot crashed or failed to start. Check the Logs tab for details. You can attempt a restart via the Start button. |
deleting | The bot deletion has been initiated. Kubernetes resources are being removed. The PVC (data volume) is retained for 30 days. |