Post: Export Usecase
This API enables packaging of everything related to a trained use case into a single downloadable ZIP file. This ZIP includes configuration metadata, database details, model deployment folders, and any additional auxiliary files.
Endpoint:
/aion_core/export-usecase
Query Parameters:
- usecaseVersion (integer, optional, default: 1) – Version of the use case to export. Minimum value is 1.
- usecaseId (string, required) – ID of the use case that needs to be exported.