ray_job_cancel
Cancel a submitted or running Ray job by providing its job ID. Optionally specify an inference target to scope the operation.
Instructions
[WRITE][risk=medium] Stop a submitted/running Ray job.
Args: job_id: Job id (from ray_job_list). target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| target | No |