Delete all redundant versions for a component in an environment

A version is considered redundant if all of its files have been replaced by versions that have been deployed more recently to the same environment.

Request

DELETE https://{hostname}:{port}
    /cli/environment/{environmentId}/redundantVersions/{componentId}?{parameters}
Table 1. Request parameters
Parameter Type Required Description
deleteRedundant boolean false If set to true, redundant versions will be removed from the environment's inventory.
Table 2. URL parameters
Parameter Type Required Description
componentId string true Name or ID of the component
environmentId string true  

Related CLI command: deleteRedundantDesiredInventoryVersions.


Feedback