Resource Release
Resource release is a critical step in deploying developed applications to the cloud environment. AI Builder provides a complete release process, including the deployment and management of cloud functions and data models.
Overview
After the AI service is generated, you can directly perform resource release in the release section of the conversation page. However, under the following circumstances, you may need to republish the resources:
- The service has not been released after initial generation
- Performed version rollback operation
- Changes have been made to the content of data models or cloud functions.
You can use the resource release feature to republish the current latest service content, including data models and cloud function resources.
Release Process
1. Initiate Release
- Click the "Publish" button in the upper-right corner of AI Builder.
- Choose the Resource Release option
- Confirm the target release environment
2. Confirm Release Resources
When confirming the release resources, the system automatically scans and displays all resources to be released along with their change status, identified by different tags:
| Tag | Status | Description |
|---|---|---|
| U(Untracked) | New | Indicates that the resource has never been released and is a newly added resource. |
| D(Deleted) | Deleted | Indicates that the resource will be deleted. |
| M(Modify) | Modified | Indicates that the resource has been modified. |
3. Start Release
After clicking "Start Release", the system will automatically deploy resources according to their dependencies.
Please ensure a stable network connection during the release process. Releasing cloud functions may take some time to install dependencies, so please wait patiently.
Rollback Mechanism
If issues occur during the release process, you can:
- Manual Rollback: Use the version management feature in preview to select a historical version for redeployment
Rollback operations will not affect the published data and configurations of the current version.
Next Steps
After the resource release is completed, you can:
🚀 Start Application Release →
Deploying the frontend application to the production environment to provide users with a complete access experience.
🔧 Test Application Features →
Verify that the features function correctly in the preview environment after release.