Skip to main content
Glama
sjk4425

ncloud-mcp-server

by sjk4425

ncloud_create_snapshot

Create a snapshot from a block storage instance to back up volume data and enable recovery. Use dryRun to preview the operation before applying.

Instructions

Create a snapshot from a block storage instance. The source volume is sent to the API as 'originalBlockStorageInstanceNo' — either parameter name is accepted here. Use dryRun=true to preview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dryRunNoIf true, returns a preview without actually creating
regionCodeNoRegion code (e.g. KR, SGN, JPN). Defaults to the client region
snapshotTypeCodeNoSnapshot type — XEN (Gen2, HDD/SSD volumes) ONLY: FULL (default) or INCREMENTAL. INCREMENTAL requires an existing full snapshot of the same volume and is capped at 7 per full snapshot. KVM (Gen3, CB1/CB2/FB1/FB2 volumes) has no snapshot type: the API accepts this parameter on a KVM volume but SILENTLY IGNORES it and creates a FULL snapshot (verified against the live API), so do not rely on it there — omit it for KVM volumes.
blockStorageInstanceNoNoBlock storage instance number to create snapshot from. Sent to the API as originalBlockStorageInstanceNo. Provide this or originalBlockStorageInstanceNo.
blockStorageSnapshotNameNoName for the snapshot (3-30 chars: letters, digits, '-', '_'). Auto-generated when omitted
originalBlockStorageInstanceNoNoSame as blockStorageInstanceNo, spelled with the Ncloud API's own parameter name. Takes precedence when both are given.
blockStorageSnapshotDescriptionNoDescription for the snapshot (max 1000 bytes)

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

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/sjk4425/ncloud-mcp-server'

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