vm-snapshot-delete

Delete virtual machine snapshots from an OpenShift cluster after confirmation.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill vm-snapshot-delete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vm-snapshot-delete
Source: https://github.com/RHEcosystemAppEng/agentic-plugins/tree/main/rh-virt/skills/vm-snapshot-delete
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill vm-snapshot-delete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resources_get, resources_list, resources_delete, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for securely deleting VM snapshots, reclaiming storage space while ensuring user confirmation to prevent accidental loss of recovery points.

Core Features & Use Cases

  • Selective Deletion: Users can specify individual snapshots to delete based on name.
  • Namespace Management: Works within user-specified namespaces.
  • Safety Confirmations: User must type the exact snapshot name for confirmation to avoid accidental deletion.

Quick Start

To delete a snapshot, simply type "Delete snapshot <snapshot-name>" and specify the namespace if required.

Frequently Asked Questions about vm-snapshot-delete

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete a VM snapshot in OpenShift Virtualization?

To delete a VM snapshot in OpenShift Virtualization, specify the snapshot name and target namespace. The process requires confirmation by typing the exact snapshot name to prevent accidental loss of recovery points and reclaim storage space.

How does snapshot deletion interact with active restore operations in OpenShift?

Before deleting a VM snapshot, the system ensures the snapshot does not conflict with any ongoing restore operations. This safety check prevents data corruption or interruption of active recovery processes within the specified OpenShift namespace.

What is required to confirm virtual machine snapshot removal?

Virtual machine snapshot removal requires the user to type the exact snapshot name for confirmation. This strict safety mechanism ensures administrators do not accidentally delete critical recovery points when managing storage in OpenShift.

Can I selectively delete individual VM snapshots within a specific namespace?

Yes, you can selectively delete individual VM snapshots by specifying the snapshot name and working within your user-specified namespace. This targeted approach allows precise storage management without affecting other snapshots in the OpenShift cluster.

Do I need specific permissions to remove snapshots from an OpenShift cluster?

Removing snapshots from an OpenShift cluster requires access to the openshift-virtualization MCP server and its resources_get, resources_list, and resources_delete capabilities. You must also operate within the correct namespace to manage virtual machine snapshots effectively.