Getting Started - Delete an existing instance
Given that you want to delete the identifycli
instance, you can save this configuration file to a database_connection.json file and run the following command on your favorite terminal:
1 |
ICC --action Delete --name "identifycli" --configuration-file "C:\identify-configuration\database_connection.json" |
You can use the --force
parameter to suppress confirmation:
1 |
ICC --action Delete --name "identifycli" --configuration-file "C:\identify-configuration\database_connection.json" --force |
_Note: The identifycli
instance must exist on the database server which you configure in the databaseconnection.json file.
References
- Delete command.
- The
--configuration-file
parameter uses Database configuration JSON schema to connect to database.