Description
Implement an API endpoint that allows users to trigger and manage an upgrade of MAIA directly from the API interface.
Rationale
Currently, MAIA upgrades are performed manually or through separate deployment tools. Adding support for upgrades via the API will:
- Enhance automation and CI/CD workflows
- Simplify maintenance for users and administrators
- Enable remote or programmatic updates
Acceptance Criteria
Additional Context
If relevant, provide migration strategies, rollback options, or references to similar approaches in other projects.
Description
Implement an API endpoint that allows users to trigger and manage an upgrade of MAIA directly from the API interface.
Rationale
Currently, MAIA upgrades are performed manually or through separate deployment tools. Adding support for upgrades via the API will:
Acceptance Criteria
/upgrade) is availableAdditional Context
If relevant, provide migration strategies, rollback options, or references to similar approaches in other projects.