Skip to content

Commit

Permalink
Update hcloud/servers/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
  • Loading branch information
jooola and apricote authored Aug 14, 2023
1 parent b3b6e18 commit 03e74af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcloud/servers/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ def rebuild(
"""Rebuilds a server overwriting its disk with the content of an image, thereby destroying all data on the target server.
:param server: Server to rebuild
:param image: Image to use for the builded server
:param image: Image to use for the rebuilt server
:param return_response: Whether to return the full response or only the action.
"""
data: dict[str, Any] = {"image": image.id_or_name}
Expand Down

0 comments on commit 03e74af

Please sign in to comment.