IZPAN0441E forceCleanup cannot be set to true when autoCleanup is false for RUN action.

Explanation

This error occurs when you attempt to perform a RUN action for a deployment plan with the forceCleanup parameter set to true while the autoCleanup parameter is set to false. To perform a force cleanup of used and unused deployment plans after the execution of the plan, automatic cleanup must also be enabled.

System action

The system validates the combination of forceCleanup and autoCleanup parameter values for the RUN action. If forceCleanup is true and autoCleanup is false, the system cancels the requested action and returns this error.

User response

To perform a force cleanup of all change names in a release, set both the forceCleanup and autoCleanup parameters to true, and then retry the action.