Restart
Reset Guide
Understanding /reset — what it does, what it does not do, and when to use it.
Important: /reset is a recommended LevelReady.ai feature pattern. Your actual agent setup may not support it yet unless it has been built into your Telegram bot or dashboard.
🔄
/reset = Reset the Office
A safe way to clear temporary confusion and start fresh without destroying anything permanent.
What /reset Can and Cannot Do
✅ /reset CAN help if:
- The agent is stuck in a loop or confused.
- The Telegram bot still receives commands.
- You want to clear the current conversation context.
❌ /reset CANNOT help if:
- The Telegram bot is completely dead (not receiving messages at all).
- The VPS is offline.
- The API key is invalid or expired.
- A config file has a syntax error.
Planned Safety Rules for /reset
This describes the planned LevelReady.ai reset model. Implementation status may vary by agent setup.
- Safe by default. /reset should not delete files.
- No memory wipe. /reset should not wipe permanent memory unless explicitly confirmed.
- No key rotation. /reset should not rotate or invalidate API keys or bot tokens.
- No reinstallation. /reset should not reinstall software.
- Authorization required. /reset should require confirmation before acting.
- Rate-limited. /reset should be limited to prevent abuse.
Recommended Command Set
/status
Check if the agent office is healthy
SAFE
/reset
Safe reset of conversation context
LOW RISK
/report
Collect support information
SAFE
/hardreset
Admin-only stronger reset
CAUTION