원클릭으로
purge-vm
Completely remove a VM including its machine config. Use when user wants to permanently delete everything about a VM.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Completely remove a VM including its machine config. Use when user wants to permanently delete everything about a VM.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set up a new nixos-vm-template context for managing VMs on a hypervisor (libvirt, proxmox KVM, or proxmox-lxc containers). Use this when the user wants to configure a new VM management context, create an alias, or set up environment variables for a backend.
Recreate a VM from its existing machine config. Use when user wants to rebuild a destroyed VM or reset a VM to fresh state.
Create a new NixOS VM on the configured backend (libvirt or proxmox). Use this when the user wants to create a new virtual machine.
Create or restore VM backups. Use for full VM backups that can survive VM destruction.
Clone an existing VM to create a new VM with copied /var data but fresh identity.
Destroy a VM and its disks. Use when user wants to remove a VM but keep its machine config for later recreation.
| name | purge-vm |
| description | Completely remove a VM including its machine config. Use when user wants to permanently delete everything about a VM. |
| allowed-tools | Read, Bash, AskUserQuestion |
Completely remove a VM including its disks AND machine configuration. This cannot be undone.
Run just list-machines to show existing machine configs. Ask which VM to purge.
IMPORTANT: Warn the user clearly:
destroy, there's no way to recreate the VMAsk for explicit confirmation.
Run:
yes | just purge {NAME}
The yes | is required to bypass the interactive confirmation prompt.
Confirm the VM and its config were completely removed.