Skip to main content
POST

Path Parameters

string
required
UUID of the bot. Must be online.

Body

string
required
Command to execute inside the container. Example: ls -la or node -e "console.log(process.version)".
The bot must be online to use this endpoint. Commands have a 30-second timeout. The command is split by whitespace — no shell injection is possible.