hostodo_read_vm_command_logs
Read incremental stdout and stderr output from a running command on a VPS, using byte offsets to resume from where you left off.
Instructions
Read incremental stdout/stderr chunks from an async command run by offset. Use next_stdout_offset and next_stderr_offset from previous calls to resume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_id | Yes | Hostodo instance id, hostname, or unique prefix. | |
| max_bytes | No | Max bytes to read per stream (default 16384, max 65536). | |
| command_id | Yes | Command run ID from hostodo_start_vm_command. | |
| stderr_offset | No | Byte offset to start reading stderr from (default 0). | |
| stdout_offset | No | Byte offset to start reading stdout from (default 0). |