You can delete syslog integrations from your vRealize Orchestrator Appliance by running the vracli remote-syslog unset command.

Prerequisites

Create one or more syslog integrations in the vRealize Orchestrator Appliance. See Create or Overwrite a Syslog Integration in vRealize Orchestrator.

Procedure

  1. Log in to the vRealize Orchestrator Appliance command line as root.
  2. Delete syslog integrations from the vRealize Orchestrator Appliance.
    1. To delete a specific syslog integration, run the vracli remote-syslog unset -id Integration_name command.
    2. To delete all syslog integrations on the vRealize Orchestrator Appliance, run the vracli remote-syslog unset command without the -id flag.
      Note: By default, the vRealize Orchestrator Appliance requests that you confirm that you want to delete all syslog integrations. To skip the confirmation request, add the -f or --force flag to the vracli remote-syslog unset command.