Application Mode Control
Manage your SMS and web application state
Application Mode Control
Current Mode:
Failed to fetch mode
Active
Full operation
Maintenance
Downtime
SMS Stealth
SMS disabled invisibly
Web Stealth
Hidden from search
Mode Descriptions:
Active: Full production - SMS processes & sends responses, web normal
Maintenance: Send canned message, return 503 on web
SMS Stealth: Drop SMS silently (200 OK), web normal
Web Stealth: SMS normal, web invisible to search engines
Quick Reference
ACTIVE
Full operation
MAINTENANCE
System down message
SMS_STEALTH
SMS drops silently
WEB_STEALTH
Hidden from crawlers
Via SMS
ADMIN_MODE:MAINTENANCE:1234
Check Status
Use admin token to fetch current mode and config
Mode Behaviors
| Mode | SMS | Web | robots.txt |
|---|---|---|---|
| ACTIVE | Process & respond | 200 OK | Allow all |
| MAINTENANCE | Canned message | 503 | Allow all |
| SMS_STEALTH | Drop silently | 200 OK | Allow all |
| WEB_STEALTH | Process & respond | Block crawlers | Disallow * |
⚠️ Security Note
Requires ADMIN_MODE_TOKEN environment variable. SMS commands require ADMIN_PIN and sender to be in ADMIN_PHONES list. All mode changes are logged for audit purposes.