ICC --action Delete reference
Name
Delete an existing instance:
1 |
ICC --action Delete |
The --help parameter can show more information about the command:
1 |
ICC --action Delete --help |
Synopsis
1 |
ICC [-a|--action] Delete [-n|--name] "<INSTANCE_NAME...>" [-f|--configuration-file] "<FILE_PATH>" [-o|--force] |
1 |
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.-h|--help
- Prints out a short help for the command.
Examples
Delete an existing instance:
1 |
ICC --action Delete --name "instance1 instance2 instance3" --configuration-file "C:\identify-configuration\database_connection.json" |