Removes association between skills and a workflow in the Model Manager.

CloudUtil.exe Workflow-Remove-Skills -n|--name <Name> -s|--skills <Skills> [--repository
<Model Manager Root URI>] [-v|--verbose]

Argument

Description

-n | - -name

Name of a workflow in the Model Manager.

- -repository

(Optional) The root URI of the Model Manager, for example, http://hostname/repository. Default is specified in the CloudUtil config file in the repositoryAddress key under the <appSettings> section.

-s | - -skills

Comma-delimited list of skills to remove from this workflow.

-v | - -verbose

(Optional) If an error occurs, outputs a stack trace instead of just the exception message.