Reject an image difference analysis

Last updated: May 29, 2026

Reject an image difference analysis

Reject a difference analysis identified by `diffid`. The diff must be in a complete or failed state. You must reject or accept a diff before generating a new one. The response shape depends on the `reinstall` parameter: - Without reinstall (`reinstall=0`): returns only the `diffid`. - With reinstall (`reinstall=1`): returns job status fields for the reinstall job. **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}/reject

Path Parameters

Name

Type

Required

Description

diffid

integer

Yes

Difference analysis ID (must be in completed or failed state).

Query Parameters

Name

Type

Required

Description

reinstall

integer

Yes

If 1, the machine associated with the diff has the image reinstalled to last known good state. If 0, no reinstall occurs.

Example Request

curl -X GET "https://api.multiplay.dev/cfp/v1/imagediff/:diffid/reject?reinstall=<reinstall>" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

Image diff rejected successfully.

400

401

403

404

500