vm-snapshot-list

List virtual machine snapshots in OpenShift Virtualization with status, age, and recovery information.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users quickly and easily list virtual machine snapshots across namespaces, providing crucial information about their status, age, and recovery options.

Core Features & Use Cases

  • Snapshot List: View detailed information about snapshots, including status, age, and size.
  • Namespace Filter: List snapshots for a specific namespace or all namespaces.
  • VM Filter: Filter snapshots by a specific virtual machine name.
  • Recovery Information: Identify which snapshots are ready for restore.
  • Use Case: Before performing a restore operation, quickly verify the availability and readiness of the necessary snapshots.

Quick Start

Use the 'vm-snapshot-list' skill to list all snapshots in the 'production' namespace.

Frequently Asked Questions about vm-snapshot-list

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

FAQPage Schema
How do I list virtual machine snapshots in OpenShift Virtualization?

To list virtual machine snapshots in OpenShift Virtualization, use this Skill to display status, age, and recovery information for snapshots within a specified namespace and VM using resources_list and resources_get tools.

Can I filter OpenShift VM snapshots by namespace and virtual machine name?

Yes, you can filter OpenShift VM snapshots by a specific namespace or list them across all namespaces, and further filter the results by a specific virtual machine name to narrow down the displayed snapshot information.

How do I check if an OpenShift virtual machine snapshot is ready for restore?

You can check if an OpenShift virtual machine snapshot is ready for restore by listing the snapshots to view their detailed recovery information and current status before performing a restore operation.

What details are displayed when listing OpenShift virtualization snapshots?

Listing OpenShift virtualization snapshots displays crucial details including the snapshot status, age, size, and recovery information to help you verify availability and readiness before a restore.

Do I need specific OpenShift tools to view virtual machine snapshot status and age?

Yes, viewing virtual machine snapshot status and age requires the resources_list and resources_get tools from the openshift-virtualization package to fetch and display the recovery information accurately.