diff --git a/builder/hcloud/step_create_server.go b/builder/hcloud/step_create_server.go index de81970fc..89c80d88f 100644 --- a/builder/hcloud/step_create_server.go +++ b/builder/hcloud/step_create_server.go @@ -138,7 +138,7 @@ func setRescue(ctx context.Context, client *hcloud.Client, server *hcloud.Server } } if rescueChanged { - action, _, err := client.Server.Reboot(ctx, server) + action, _, err := client.Server.Reset(ctx, server) if err != nil { return err }