Get image rollout status
Last updated: May 29, 2026
Get image rollout status
Get the rollout status of the image specified by `imageid`. Used to determine the progress of machines receiving the latest version. During zero downtime patching, determines when the fleet is ready for allocation with a profile referencing the new image version.
Endpoint
GET /cfp/v2/project/{accountserviceid}/image/{imageid}/statusPath Parameters
Name | Type | Required | Description |
|---|---|---|---|
| integer | Yes | Account service ID (ASID) associated with the resource. |
| integer | Yes | Game image ID. |
Query Parameters
Name | Type | Required | Description |
|---|---|---|---|
| boolean | No | If true, response includes fleet and region detail. If false or omitted, no additional info is included. |
Example Request
curl -X GET "https://api.multiplay.dev/cfp/v2/project/:accountserviceid/image/:imageid/status?detail=<detail>" \
-H "Authorization: Bearer <token>"Responses
Status | Description |
|---|---|
| Successful response with rollout status. |
| |
| |
| |
| |
|