create_settings_jobs_by_job_id_cancel
Cancel a specific job by its ID to stop unwanted tasks or free up resources. Use this endpoint to halt a scheduled or in-progress job immediately.
Instructions
Cancel a specific job.
POST /api/v1/settings/jobs/{jobId}/cancel
Args: job_id: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |