Storm OpenAPI(en)
  1. Core Scenario
Storm OpenAPI(en)
  • Welcome to STORM
    • Introduction
  • Quickstart
    • Getting Started
      • Creating an Agent
      • Account Creation
    • Core Scenario
      • Document Upload
      • Workflow Design
      • Test
      • Deployment
      • Channel Integration
  • Feature Guide
    • Console
      • Agent Management
      • Dashboard
      • Permission Management
    • Agent Template
      • Knowledge Retrieval
      • Character Dialogue
      • Consultation Record Analysis
      • SQL Query
      • News Article
    • Agent Builder
      • Knowledge
        • Documents
        • Folders
        • Feedback
      • Workflow
        • Node Description
          • LLM
          • Search(RAG)
          • API
          • IF ELSE
          • Variable Declaration and Assignment
          • Postprocessing
      • Test
      • Log
      • Dashboard
    • Admin Tools
      • Deployment Management
      • Channel Integration
      • Model Fine-Tuning
      • Training Data Quality Management
      • Other Settings
  • Apis
    • Agent
      • Deploy Agent
      • View Agent Deployment History
      • View Agent
    • Bucket
      • Create Bucket
      • View Bucket
    • Document
      • Document Training Request by file
      • Document Training Request by URL
      • View Documents
      • Delete Document
    • Chat
      • Send Chat (non-stream)
      • Send Chat (stream)
      • Search Context
    • STORM Parse
      • /convert/md
    • Instance Agent
      • Add Instance Session
      • Upload Instance Document
      • Request RAG Source For Query
      • Delete Instance Session
  • Learn More
    • FAQ
    • Pricing
  1. Core Scenario

Deployment

Deployment#

You can deploy your agent’s trained data and configuration to the live environment.
This is the final step to apply a fully tested agent to your production service safely and seamlessly.
Learn more about Deployment
Group 632955.png
Click the Deploy button to publish your agent from the Dev environment to the Live environment.
Each deployed version of the agent includes the following data:
1.
Documents and feedback registered as knowledge
2.
System error messages
Note: Channel connection data, permission settings, and validation patterns are not included in the version package.
Changes to these settings are applied immediately upon update.
If any issues occur after deployment, you can instantly roll back to the previous version.
Click the More (⋯) button next to the target version and select Deploy this version to Live.
Up to 10 versions of each agent are stored.
When the limit is exceeded, the oldest version is automatically deleted.
If you need to keep a specific version permanently, make sure to back it up before deletion.
Modified at 2025-10-20 05:33:09
Previous
Test
Next
Channel Integration
Built with