Cancel a workflow in progress

Request

PUT https://{hostname}:{port}
    /cli/workflowTrace?{parameters}
Table 1. Request parameters
Parameter Type Required Description
workflow string true ID of the workflow to cancel.

Example

curl -k -u jsmith:passwd 
   
  "https://myserver.example.com:8443/cli/workflowTrace?
  workflow=193e892f-677d-4534-9763-ff8d005a5829" -X PUT

Related CLI command: cancelWorkflow.


Feedback