[PR #525] refactor: reimplement delete guest api call #526

Open
opened 2026-02-28 00:42:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/525
Author: @Tinyblargon
Created: 11/29/2025
Status: 🔄 Open

Base: masterHead: delete-guest


📝 Commits (1)

  • 2925fdc refactor: reimplement delete guest api call

📊 Changes

5 files changed (+52 additions, -17 deletions)

View changed files

📝 proxmox/client.go (+1 -0)
📝 proxmox/client__api.go (+1 -0)
📝 proxmox/client__api__mock.go (+8 -0)
📝 proxmox/client__api__reusable.go (+13 -0)
📝 proxmox/vmref.go (+29 -17)

📄 Description

Optimizes the logic to reduce the amount of API calls made when deleting a guest with HA enabled.
implements the delete guest API call


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/525 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 11/29/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `delete-guest` --- ### 📝 Commits (1) - [`2925fdc`](https://github.com/Telmate/proxmox-api-go/commit/2925fdc61275606f898d5217ef707aa69e2b5a20) refactor: reimplement delete guest api call ### 📊 Changes **5 files changed** (+52 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/client.go` (+1 -0) 📝 `proxmox/client__api.go` (+1 -0) 📝 `proxmox/client__api__mock.go` (+8 -0) 📝 `proxmox/client__api__reusable.go` (+13 -0) 📝 `proxmox/vmref.go` (+29 -17) </details> ### 📄 Description Optimizes the logic to reduce the amount of API calls made when deleting a guest with HA enabled. implements the delete guest API call --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#526
No description provided.