Skip to main content
Glama

batch_snapshot_hosts

Create parallel snapshots for multiple virtual machines to capture system states simultaneously, reducing time compared to sequential operations.

Instructions

Create snapshots for multiple VMs in parallel.

This is much faster than creating snapshots sequentially, especially for large numbers of VMs.

Args: vm_names: List of VM names to snapshot snapshot_name: Name for the snapshots description: Optional description for snapshots user_id: Optional user ID (admin only)

Returns: Results for each VM including successes and failures

Example: vm_names = ["DC01", "WS01", "WS02"] result = await batch_snapshot_hosts( vm_names=vm_names, snapshot_name="before-attack", description="Clean state before penetration test" )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vm_namesYes
snapshot_nameYes
descriptionNo
user_idNo

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tjnull/Ludus-FastMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server