tcloud storage snapshots create

storage snapshots create

tcloud storage snapshots create

Create a snapshot

Synopsis

Create a snapshot from a volume by providing a name and volume ID.

tcloud storage snapshots create <name> [flags]

Options

      --annotations strings   Annotations in key=value format (can be specified multiple times)
      --delete-protection     Enable delete protection for the snapshot
      --description string    Description of the snapshot
  -h, --help                  help for create
      --labels strings        Labels in key=value format (can be specified multiple times)
      --volume string         Volume identity to create snapshot from
      --wait                  Wait for the snapshot to be ready for use

Options inherited from parent commands

      --api string             API endpoint (overrides context)
      --client-id string       OIDC client ID for OIDC authentication (overrides context)
      --client-secret string   OIDC client secret for OIDC authentication (overrides context)
  -c, --context string         Context name
      --debug                  Debug mode
  -O, --organisation string    Organisation slug or identity (overrides context)
      --token string           Personal access token (overrides context)

SEE ALSO