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 703a476 commit b3b6e18Copy full SHA for b3b6e18
hcloud/servers/client.py
@@ -305,7 +305,7 @@ def rebuild(
305
) -> RebuildResponse | BoundAction:
306
"""Rebuilds a server overwriting its disk with the content of an image, thereby destroying all data on the target server.
307
308
- :param image: Image to use for the builded server
+ :param image: Image to use for the rebuilt server
309
:param return_response: Whether to return the full response or only the action.
310
"""
311
return self._client.rebuild(self, image, return_response=return_response)
0 commit comments