task_status
Check the completion status of a Proxmox async task using its UPID. Avoids re-issuing the operation by polling the existing task.
Instructions
[READ] Poll a Proxmox async task (clone / migrate / backup) by its UPID.
Use after a write that returned a task UPID to check completion instead of re-issuing the operation. The node is parsed from the UPID when omitted.
Args: upid: The task UPID returned by an async write tool. target: Proxmox target name from config. node: Node the task runs on; omit to parse it from the UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| upid | Yes | ||
| target | No |