haops_close_merge_request
Close a merge request without merging by setting its status to closed. Provide the project slug and merge request ID.
Instructions
Close a merge request without merging. Sets status to "closed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| mergeRequestId | Yes | UUID of the merge request to close |