Retry failed status check for a merge request
POST
/api/v4/projects/{id}/merge_requests/{merge_request_iid}/status_checks/{external_status_check_id}/retry
Retries a specified failed external status check for a merge request. Even though the merge request has not changed, this endpoint resends the current state of merge request to the defined external service.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
ID of a project
Example
1merge_request_iid
required
integer
IID of a merge request
Example
1external_status_check_id
required
integer
ID of a failed external status check
Responses
Section titled “Responses”Accepted
Bad Request
Not Found