orphelix stop
Stop the running Orphelix application and notification worker.Usage
Options
| Option | Alias | Description | Default |
|---|---|---|---|
--name | -n | Instance name to stop | orphelix |
Examples
Stop Default Instance
orphelix(main application)orphelix-notifications(notification worker)
Stop Named Instance
orphelix-prodorphelix-prod-notifications
What Happens
- Sends stop signal to pm2 process
- Gracefully shuts down Next.js server
- Stops notification worker
- Process remains in pm2 list (status:
stopped)