Enterprise Edition allows a pipeline administrator to disable certain tools selectively thru the config.json file (v1.1.7 or above). This is useful when debugging possible conflicts with in-house tools or when certain tools are not desired to be used. You can set a single string or a list of strings, like so:
disabledTools: “animRecovery” disabledTools: [“animRecovery”, “mirrorAllKeys”]
Available Tools
Please use the api command printAvailableTools for a list of all available tools you can disable.