sagcc delete configuration data

Deletes a specified configuration instance from a specified run-time component. For example, you can delete a previously created port on Integration Server that you no longer require.

Syntax

  • Command Central syntax:
    sagcc delete configuration data  node_alias componentid instanceid  [options]
  • Platform Manager syntax:
    sagcc delete configuration data  componentid instanceid  [options]
              
 options:                
[{--debug | -d}]                
[{--error | -r} file]                
[--force]                
[{--log | -l} file]                
[{--password | -p} password]                
[{--quiet | -q}]                
[{--server | -s} url]
[{--sync-job | -j}]               
[{--username | -u} user_name]

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 from which you want to delete a configuration instance.

You can determine the IDs for run-time components using sagcc list inventory components.

instanceid Required. Specifies the ID of the instance you want to delete.

You can determine the IDs for configuration instances using sagcc list configuration instances.

[options] Optional. Refer to the command syntax for a list of the options the command supports. For a description of the options, see Common Options.

Usage Notes

Example When Executing on Command Central

To delete the configuration instance with ID “COMMON-PORTS-com.webmethods.sshd.pid.properties” from the run-time component with ID “OSGI-SPM”, which is installed in the installation with alias name “sag01” using the authorization of the user with user name “Administrator” and password “manage”:

sagcc delete configuration data sag01 OSGI-SPM COMMON-PORTS-               
com.webmethods.sshd.pid.properties --username Administrator             
--password manage

Because the {--server | -s} option is not specified, the command uses the default server. For more information, see server.

Example When Executing on Platform Manager

To delete the configuration instance with ID “COMMON-PORTS-com.webmethods.sshd.pid.properties” from the run-time component that has the ID “OSGI-SPM” and is managed by the Platform Manager with host name “rubicon2” and port “8092”, and execute the command with the authorization of the user with user name “Administrator” and password “manage”:

sagcc delete configuration data OSGI-SPM COMMON-PORTS-               
com.webmethods.sshd.pid.properties --server http://rubicon2:8092/spm             
--username Administrator --password manage