Command Central 10.15 | Using the Command Line Interface | Provisioning Assets Commands | sagcc exec provisioning assets uninstall
 
sagcc exec provisioning assets uninstall
Uninstalls the specified assets from the specified node.
Important:
The assets provisioning commands are a preview feature that is subject to change in the future. This preview has limited functions and is not intended for use in a production environment. If you want to provide feedback for this preview feature, go to the Command Central area in the Software AG TechCommunity.
Syntax
*Command Central syntax:
sagcc exec provisioning assets nodeAlias runtimeComponentId
uninstall assets=AssetId1,AssetId2,... [options]
*Not supported on Platform Manager.
Arguments and Options
Argument or Option
Description
nodeAlias
Required. The alias of the target node from which to uninstall assets.
runtimeComponentId
Required. The ID of the run-time component for which you want to uninstall assets.
assets=AssetId1, AssetId2,...
Required. A comma-separated list of the IDs of the assets you want to uninstall.
Command Central uninstalls only the assets listed in the assets argument and does not support uninstalling asset dependencies and uninstalling all assets that belong to a run-time component.
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Usage Notes
Uninstalling an asset removes the asset from the target installation and does not perform a roll-back to the previous version of the asset.
Example
To uninstall the asset with ID "Fibonacci" for the run-time component with ID "MwsProgramFiles-default" from the target installation with alias name "sag01":
sagcc exec provisioning assets sag01 MwsProgramFiles-default uninstall
assets=Fibonacci