Data Plane
Execute
Execute a shell command or script inside the VM
POST
Executes a shell command or script inside the VM. Use this for programmatic control of the desktop environment.
Replace
VM_API_IP:PORT with the actual IP and port of the VM’s Desktop Environment API server.Request Body
Command and arguments as an array. For example:
["ls", "-la", "/home/user"]Whether to run the command in shell mode
Response
Standard output from the command
Standard error output from the command
Exit code of the command (0 = success)