Disabling Health Check Schedule

To disable the health check schedule for a backup job, use the following command:

veeamconfig healthcheck disable --jobid <job_id>

or

veeamconfig healthcheck disable --jobname <job_name>

where:

  • <job_id> — ID of the backup job for which you want to configure health check schedule. You should look up the backup job ID before you run the command to disable the schedule — for example, with the veeamconfig job list command. To learn more, see Viewing List of Backup Jobs.
  • <job_name> — name of the backup job for which you want to configure the health check schedule.

Disabling Health Check Schedule TIP

If the name of the job consists of several words and contains spaces, use quote marks around the name — for example, --jobName "Files Backup".

For example:

user@srv01:~$ veeamconfig healthcheck disable --jobname SystemBackup