Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions linode_api4/objects/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down