v1
latestOpenAPI 3.1.02026-07-13372867.8 KBbash
Execute Shell Command
Executes a shell command and returns its output or background process information.
post/api/bash/command
Request body
Example request
{
"command": "ls -la"
}Response
Successfully executed command
Example response
{
"output": "total 20\ndrwxr-xr-x 3 user group 96 Mar 10 12:34 .",
"status": "completed"
}