PVE LXC Deletion | scripts-underground PVE LXC Deletion | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

PVE LXC Deletion

pve proxmox
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/pve/lxc-delete.sh)"

PVE LXC Deletion

This script helps manage and delete LXC containers on a Proxmox VE server. It lists all available containers, allowing the user to select one or more for deletion through an interactive menu. Running containers are automatically stopped before deletion, and the user is asked to confirm each action.

Notes

  • Execute within the Proxmox shell
  • Supports manual and automatic deletion modes
  • Protected containers are skipped in automatic mode
Copied!