Target an existing image and replicate it to another compute region.
-
This operation is in Limited Availability. Talk to your account team about access to it.
-
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>