run_command
Run arbitrary shell commands on an OpenMediaVault NAS with root privileges to inspect or modify system state, returning stdout, stderr, and exit code.
Instructions
Run an arbitrary shell command on the NAS as root. UNRESTRICTED and UNGUARDED -- there is no allow/deny-list. Prefer the specific tools (omv_rpc, docker, stacks) over hand-editing config. Returns {stdout, stderr, exit_code}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | Yes | ||
| timeout | No |