export-ai-models
Exports all AI model configurations to a JSON file.
export-ai-models
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
<export_path>
[-f | --force]
<-u value | --user=value>
Overview
Use this command to export all AI model configurations to a JSON file. API keys are never included in the export. Allowed groups and users are exported by display name for portability across environments. Model priority is determined by the array order in the JSON file. The exported file can be imported on the same or a different server using the import-ai-models command.
Options
| Option | Optional or Required | Default Value | Description |
|---|---|---|---|
|
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
|
Optional | none | The configuration tool password used to decrypt the database password in the bootstrap.xml file. If the tool password is omitted, the command will prompt the end-user for it on the console. |
|
Required | none | The path to the JSON file to export to. |
|
Optional | false | The force flag indicates whether an existing destination file should be overwritten. |
|
Required | none | The user performing the operation. This should be an administrator. Unless the user is part of the configured default domain, the name of the user must include the user's domain name. For example, DOMAIN\user or user@domain. |
Parent topic: Command-line reference