mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 01:15:57 +03:00
[GH-ISSUE #149] Force delete LXC is not exposed #37
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#37
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?
Originally created by @adyanth on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/149
While deleting a container, there is a force option that allows a deletion even if the container is running. Please expose this to the
Delete()functionhttps://github.com/luthermonson/go-proxmox/blob/main/containers.go#L32
Reference:
https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/lxc/{vmid}