stop_job
Stop a running UiPath job by job ID and folder, choosing between a graceful SoftStop or an immediate Kill strategy.
Instructions
Stop a running job.
Args: job_id: The ID of the job to stop. folder_name: The display name of the folder containing the job. strategy: Stop strategy — 'SoftStop' (graceful, waits for current transaction) or 'Kill' (immediate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| strategy | No | SoftStop | |
| folder_name | Yes |