For the complete documentation index, see llms.txt. This page is also available as Markdown.

create

Create a Snapshot of a Volume within the Virtual Data Center

Usage

ionosctl compute snapshot create [flags]

Aliases

For snapshot command:

[ss snap]

For create command:

[c]

Description

Use this command to take a Snapshot of a storage Volume. A Snapshot is created from the perspective of a specific Volume, so both the Volume Id and the Data Center Id that Volume lives in are required.

The Snapshot captures the FULL provisioned capacity of the Volume (not just the used space) as a point-in-time image, and is stored independently at the Volume's LOCATION. From then on it can be restored onto a Volume (snapshot restore) or used as a boot image when creating new Volumes - but only within that same location and your contract.

For a consistent image, prefer taking the Snapshot while the source Volume's Server is powered off (or with in-guest I/O quiesced); a Snapshot of a live, busy filesystem may be crash-consistent only.

Use --wait (-w) to wait for the Snapshot to reach AVAILABLE state before the command returns.

Required values to run command:

  • Data Center Id

  • Volume Id

Options

Examples

Last updated