task_status
Check the status and recent log output of a Proxmox task using its UPID. Determine if the task is running or completed, and view the exit status and last log lines.
Instructions
Status (and tail of the log) of a Proxmox task by its UPID.
Get a UPID from recent_tasks or from a power tool's return value. Tells you
whether the task is running or finished, its exit status ("OK" or an error),
and the last log_lines lines of output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| upid | Yes | ||
| log_lines | No |