pbs_node_task_status
Retrieve the status, exit status, PID, and start time of a PBS task using its UPID. Requires a UPID obtained from pbs_tasks_list.
Instructions
READ-ONLY: get one PBS task's status by UPID (status/exitstatus/pid/starttime/...). Use pbs_tasks_list to find UPIDs, or pbs_node_task_log for the full log. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| upid | Yes | The task's Unique Process ID (UPID) string. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |