exec_command
Execute commands on remote Sprite virtual machines to manage operations, automate tasks, and control VM behavior through terminal interfaces.
Instructions
Execute a command on a remote Sprite VM
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprite | Yes | Name of the sprite to execute the command on | |
| command | Yes | The command to execute | |
| org | No | Organization name (optional) | |
| timeout | No | Command timeout in milliseconds (default: 30000) |