v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1424154118.9 KB

Deletes a specific version of a MicroVM image. This operation is idempotent; deleting a version that has already been deleted succeeds without error.

delete/2025-09-09/microvm-images/{imageIdentifier}/versions/{imageVersion}

Path parameters

imageIdentifierstring required

The ARN or ID of the MicroVmImage

The unique identifier (ARN or ID) of the MicroVM image.

imageVersionstring required

A string which is not empty or blank (only whitespace).

The version of the MicroVM image to delete.

Response

Success

imageIdentifierstring required

The identifier of the MicroVM image.

imageVersionstring required

The version that was deleted.

state'PENDING' | 'IN_PROGRESS' | 'SUCCESSFUL' | 'FAILED' | 'DELETING' | 'DELETED' | 'DELETE_FAILED' required

The current state of the MicroVM image version after deletion.