We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b6e18 commit 03e74afCopy full SHA for 03e74af
hcloud/servers/client.py
@@ -928,7 +928,7 @@ def rebuild(
928
"""Rebuilds a server overwriting its disk with the content of an image, thereby destroying all data on the target server.
929
930
:param server: Server to rebuild
931
- :param image: Image to use for the builded server
+ :param image: Image to use for the rebuilt server
932
:param return_response: Whether to return the full response or only the action.
933
"""
934
data: dict[str, Any] = {"image": image.id_or_name}
0 commit comments