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}/retryPath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| 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 |
|---|---|
| Image update retry initiated successfully. |
| |
| |
| |
| |
|