This is an archive version of the document. To get the most up-to-date information, see the current version.

Deleting Backup Job

You can delete a backup job with the Veeam Agent command line interface. To delete a backup job, use the following command:

veeamconfig job delete --name <job_name>

or

veeamconfig job delete --id <job_id>

where:

  • <job_name> — name of the backup job that you want to delete.
  • <job_id> — ID of the backup job that you want to delete.

For example:

user@wrk01:~$ veeamconfig job delete --name SystemBackup