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}/retry

Path Parameters

Name

Type

Required

Description

diffid

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

200

Image diff retry initiated successfully.

400

401

403

404

500