1 - pcloud compute snapshots

Snapshot management comamnds

Synopsis

Snapshot management commands

pcloud compute snapshots [flags]

Options

  -h, --help   help for snapshots

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

2 - pcloud compute snapshots create

Create Snapshot

Synopsis

Create Snapshot

pcloud compute snapshots create <SnapshotName> <InstanceID> [--description] [--volume] [flags]

Options

  -d, --description string   description
  -h, --help                 help for create
  -v, --volume stringArray   volume(s)

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

3 - pcloud compute snapshots delete

Delete Snapshot

Synopsis

Delete Snapshot

pcloud compute snapshots delete <SnapshotID> [flags]

Options

  -h, --help   help for delete

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

4 - pcloud compute snapshots describe

Describe Snapshot

Synopsis

Describe Snapshot

pcloud compute snapshots describe <SnapshotID> [flags]

Options

  -h, --help   help for describe

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

5 - pcloud compute snapshots list

List Snapshots

Synopsis

List Snapshots

pcloud compute snapshots list [--long] [--instance=<InstanceID>] [flags]

Options

  -h, --help              help for list
  -i, --instance string   only instance snapshots
  -l, --long              show detailed report

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

6 - pcloud compute snapshots restore

Restore Snapshot

Synopsis

Restore Snapshot

pcloud compute snapshots restore SnapshotID InstanceID [--force] [flags]

Options

  -f, --force   force restore
  -h, --help    help for restore

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

7 - pcloud compute snapshots update

Update Snapshot

Synopsis

Update Snapshot

pcloud compute snapshots update [flags]

Options

  -d, --description string   new snapshot description
  -h, --help                 help for update
  -n, --name string          new snapshot name

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO