velero
Verified for current stable LTS
Velero Command: Delete Backup
Use for delete backup with Velero. Exact CLI syntax to delete backup using Velero.
When to use this: Use for delete backup with Velero.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
velero backup delete <backup_name> velero backup delete <backup_name> Live Command Builder
Final Command
velero backup delete <backup_name> Command Breakdown
velero is the base executable for this command.
FAQ
Purpose: Exact syntax to delete backup using Velero.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Velero Command: Create Backup All Resources
velero backup create <backup_name> Velero Command: Create Restore From Schedule velero restore create --from-schedule <schedule_name> Velero Command: Create Weekly Backup Schedule velero schedule create <schedule_name> --schedules="<@every 7d>" --ttl <2160h0m0s> Velero Command: List All Backups velero backup get