Velero backups can quickly grow in size if they're not maintained correctly. Let's perform the following steps to remove an existing backup resource and clean up scheduled backups:
- Delete the existing backup named myapp-backup:
$ velero backup delete myapp-backup
- Delete all existing backups:
$ velero backup delete --all
- Delete the scheduled backup job named myapp-daily:
$ velero schedule delete myapp-daily