mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #525] refactor: reimplement delete guest api call #526
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#526
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/525
Author: @Tinyblargon
Created: 11/29/2025
Status: 🔄 Open
Base:
master← Head:delete-guest📝 Commits (1)
2925fdcrefactor: 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.