remove_saved_job
Delete a saved job and its tracking history from the local tracker when you need to permanently remove it. Ideal for clearing outdated entries that no longer require monitoring.
Instructions
Remove a job (and its history) from the local tracker. Prefer update_job_status(..., "archived") to keep the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |