diff --git a/linode_api4/objects/image.py b/linode_api4/objects/image.py index 931ed4a31..1215c422c 100644 --- a/linode_api4/objects/image.py +++ b/linode_api4/objects/image.py @@ -64,12 +64,8 @@ class Image(Base): def replicate(self, regions: Union[List[str], List[Region]]): """ - NOTE: Image replication may not currently be available to all users. - Replicate the image to other regions. - Note: Image replication may not currently be available to all users. - API Documentation: https://techdocs.akamai.com/linode-api/reference/post-replicate-image :param regions: A list of regions that the customer wants to replicate this image in.