task_status
Check the status of a Proxmox async task (clone/migrate/backup) using its UPID to confirm completion.
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 |