Replicate an image

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's capabilities.

  • To replicate an image, it needs to have a status of available. Run the List images operation to view an image's status.

  • 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 the regions 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 is available. 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>
Language
Credentials
Click Try It! to start a request and see the response here!