Target an existing image and replicate it to another compute region.
As part of our limited promotional period, image replicas are free of charge until November 1, 2025. After this date, replicas will be subject to our standard monthly rate of $0.10/GB. When replicas become billable, your monthly charge will be calculated using the value returned in
total_size
, divided by 100. Learn more.
-
This is only available in a
region
that supports Object Storage, which stores the replicated image. Run the List regions operation to review a region'scapabilities
. -
To replicate an image, it needs to have a
status
ofavailable
. Run the List images operation to view an image'sstatus
. -
To also keep the target image in its original compute region, you need to include that
region
in the request's data. If you leave it out, the API removes the image from that region. Run the Get an image operation to see theregions
where an image currently exists. -
You can't include an empty array to delete all images. You need to provide at least one compute
region
where the image isavailable
. Use the Delete an image operation.
linode-cli images replicate private/12345 \
--regions "us-mia" \
--regions "us-east"
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
images:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>