Remove Task

Remove Task using "repcli"

The “remove” command is used to show list of the configured tasks:

repcli compare remove capture=capture_id taskname=task_name

The parameters are:

  • capture - ID of the Capture Process
  • taskname - Name of the task

REST API

Endpoint: https://repstance_url/compare/delete

  • Method: POST
  • Header:
    • Content-Type: application/json
    • X-Token: token
  • Body:
    {
      "capture_id":id_of_the_capture_process,
      "name":"name_of_the_task"
    }

 

Web UI

In order to remove under the “Comparison Rules” tab click the “trash” button: