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.
-
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 need to provide at least one compute
region
where the image isavailable
. You can't include an empty array to delete all images. Use the Delete an image operation. -
Only core compute regions can be used. Currently, distributed compute regions aren't supported.
linode-cli images replicate private/12345 \
--regions "us-iad"
<https://www.linode.com/docs/products/tools/cli/get-started/>
images:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>