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

Path Parameters

Name

Type

Required

Description

accountserviceid

integer

Yes

Account service ID (ASID) associated with the resource.

imageid

integer

Yes

Game image ID.

Query Parameters

Name

Type

Required

Description

detail

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

200

Successful response with rollout status.

400

401

403

404

500