Cancel a workflow in progress
Request
PUT https://{hostname}:{port}
/cli/workflowTrace/cancel?{parameters}
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
workflow | string | true | ID of the workflow to cancel. |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Example
curl -k -u jsmith:passwd
"https://deployserver.example.com:8443/cli/workflowTrace?
workflow=193e892f-677d-4534-9763-ff8d005a5829" -X PUT
Related CLI command: cancelWorkflow.