Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.23 KB

stackit_server_backup_volume-backup_delete.md

File metadata and controls

42 lines (29 loc) · 1.23 KB

stackit server backup volume-backup delete

Deletes a Server Volume Backup.

Synopsis

Deletes a Server Volume Backup. Operation always is async.

stackit server backup volume-backup delete VOLUME_BACKUP_ID [flags]

Examples

  Delete a Server Volume Backup with ID "xxx" for server "zzz" and backup "bbb"
  $ stackit server backup volume-backup delete xxx --server-id=zzz --backup-id=bbb

Options

  -b, --backup-id string   Backup ID
  -h, --help               Help for "stackit server backup volume-backup delete"
  -s, --server-id string   Server ID

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, one of ["json" "pretty" "none" "yaml"]
  -p, --project-id string      Project ID
      --region string          Target region for region-specific requests
      --verbosity string       Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")

SEE ALSO