Retry an image update job

Last updated: May 29, 2026

Retry an image update job

Retry the image update job identified by `updateid`. **WARNING:** This endpoint uses HTTP GET but performs a state-changing operation. Do not cache or automatically retry this request.

Endpoint

GET /cfp/v1/imageupdate/{updateid}/retry

Path Parameters

Name

Type

Required

Description

updateid

integer

Yes

Update ID to be retried.

Example Request

curl -X GET "https://api.multiplay.dev/cfp/v1/imageupdate/:updateid/retry" \
  -H "Authorization: Bearer <token>"

Responses

Status

Description

200

Image update retry initiated successfully.

400

401

403

404

500