ICC --action Delete reference
Name
Delete an existing instance:
ICC --action Delete
The --help parameter can show more information about the command:
ICC --action Delete --help
Synopsis
ICC [-a|--action] Delete [-n|--name] "<INSTANCE_NAME...>" [-f|--configuration-file] "<FILE_PATH>" [-o|--force] [-i|--pincode] "<INSTANCE_NAME_1>:<PIN_CODE_1> <INSTANCE_NAME_2>:<PIN_CODE_2> ..."
ICC [-a|--action] Delete [-h|--help]
Options
-n|--name "<INSTANCE_NAME...>"
- Specifies the name of an existing instance that you want to delete (You can enter multiple names separating by white space).-f|--configuration-file "<FILE_PATH>"
- Specifies the path of the configuration file used for database connection. For more information about the configuration file, see Database connection configuration JSON schema.-o|--force
- Forces delete without confirmation.-i|--pincode "<INSTANCE_NAME_1>:<PIN_CODE_1> <INSTANCE_NAME_2>:<PIN_CODE_2> ..."
- Specifies instance-PIN pairs for instances with PIN protection. Enter multiple pairs in the format <INSTANCE_NAME>:<PIN_CODE>, separated by spaces.-h|--help
- Prints out a short help for the command.
Examples
Delete an existing instance:
ICC --action Delete --name "instance1 instance2 instance3" --configuration-file "C:\identify-configuration\database_connection.json"
Delete existing instances with PIN protection:
ICC --action Delete --name "instance1 instance2 instance3" --configuration-file "C:\identify-configuration\database_connection.json" --pincode "instance1:112233 instance2:445566 instance3:654321"