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/stop \ -H "Authorization: Bearer sess_..." \ -H "Content-Type: application/json" \ -d '{ "bot_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6" }'
{ "success": true, "message": "Bot \"my-discord-bot\" is stopping", "data": { "status": "stopping" } }
{ "success": false, "error": "Bot is already offline" }
Stops a running bot. Returns immediately — shutdown happens in the background.
status: "stopping"