Command Central 10.15 | Using the Command Line Interface | Instance Management Commands | sagcc delete instances
 
sagcc delete instances
Deletes an existing instance of an installed product.
Syntax
*Command Central syntax:
sagcc delete instances  node_alias componentid  [options]
*Platform Manager syntax:
sagcc delete instances  componentid  [options]
          
 options:             
[--force]
Arguments and Options
Argument or Option
Description
node_alias
Command Central only.
Required. Specifies the alias name of the installation in which the run-time component is installed.
You can view a list of installations and their aliases using sagcc list landscape nodes.
componentid
Required. Specifies the ID of the run-time component that you want to delete.
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Usage Notes
*The command returns job information that you can monitor using the sagcc list job manager command.
*You must stop an Integration Server instance before deleting the instance.
Example When Executing on Command Central
To delete a run-time component with ID “integrationServer-default” that is installed in the installation with alias name “sag01”:
sagcc delete instances sag01 integrationServer-default
Examples When Executing on Platform Manager
To delete a run-time component with ID “integrationServer-default”:
sagcc delete instances integrationServer-default