Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.phanomcloud.online/bots/3fa85f64-5717-4562-b3fc-2c963f66afa6/deps/reinstall \ -H "Authorization: Bearer sess_..."
{ "success": true, "data": { "removed": ["node_modules", ".pkg_sig"] }, "message": "Dependencies cleared (node_modules, .pkg_sig). Start the bot to reinstall." }
{ "success": false, "error": "Bot must be offline before reinstalling dependencies. Stop the bot first." }
Clears installed dependencies so they are fully reinstalled on the next bot start. The bot must be offline.
nodejs
node_modules/
.pkg_sig
python
__pycache__/
venv/
.req_sig
go
vendor/
rust
target/
package.json
requirements.txt
go.mod
Cargo.toml