cancel_pipeline | Cancel all jobs of a running pipeline. |
create_branch | Create a new branch from an existing ref. |
create_commit | Create a commit with multiple file actions in one call. |
create_file | Create a new file in the repository. |
create_group | Create a new group (or subgroup when parent_id is set). |
create_issue | Open a new issue in a project. |
create_issue_note | Add a comment (note) to an issue. |
create_merge_request | Open a new merge request. |
create_merge_request_note | Add a comment (note) to a merge request. |
create_pipeline | Trigger a new CI pipeline on a ref. |
create_project | Create a new project. |
create_release | Create a release from an existing or new tag. |
delete_branch | Delete a repository branch. |
delete_file | Delete a file from the repository. |
delete_issue | Delete an issue (requires project owner permission). |
delete_merge_request | Delete a merge request (requires project owner permission). |
delete_pipeline | Delete a pipeline and its jobs, logs and artifacts. |
delete_release | Delete a release (the git tag itself is kept). |
merge_merge_request | Merge an open merge request. |
retry_pipeline | Retry the failed jobs of a pipeline. |
update_file | Update an existing file in the repository. |
update_issue | Update an issue (edit fields, close or reopen it). |
update_merge_request | Update a merge request (edit fields, close or reopen it). |