execute-batch
Execute multiple commands sequentially on a remote SSH server to automate tasks, with options for error handling and timeout control.
Instructions
Execute multiple commands in sequence on connected server
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of commands to execute in sequence | |
| connectionName | No | SSH connection name (optional, default is 'default') | |
| timeout | No | Timeout per command in milliseconds (optional, default is 30000ms) | |
| stopOnError | No | Stop execution if a command fails (optional, default is false) |