Cancel GitLab job
cancel_jobStop a pending or running GitLab CI job by providing its ID and project. Use this to halt unwanted pipelines, free up runners, and prevent failed or obsolete jobs from consuming resources.
Instructions
Cancel a pending or running GitLab CI job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |