Retry an image difference analysis
Last updated: May 29, 2026
Retry an image difference analysis
Retry the image difference analysis job identified by `diffid`. The differences will be recalculated. **WARNING:** This endpoint uses HTTP GET but performs a state-changing operation. Do not cache or automatically retry this request.
Endpoint
GET /cfp/v1/imagediff/{diffid}/retryPath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | Yes | Difference analysis ID (must be in completed or failed state). |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v1/imagediff/:diffid/retry" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Image diff retry initiated successfully. |
| |
| |
| |
| |
|