gitlab_cancel_job
Cancel a running GitLab CI job using its job ID. Optionally specify the project path to target a specific group or project.
Instructions
Cancel a running CI job.
Args: job_id: The numeric job ID to cancel. project_path: GitLab project path, e.g. 'group/project'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |