Learn how to manage Neuron versions, deploy them to production, and maintain different versions of your configurations.
Version management allows you to track changes to your Neurons, maintain different versions of your configurations, and control what version is currently deployed and serving requests.
Each time you make changes to your Neuron, you can create a new version:
Give your version a custom name for easy identification
Track when versions were created and by whom
See detailed timestamps by hovering over the version date
UTC timestamp
Local time conversion
Relative time (e.g., “17 days ago”)
Versions serve as snapshots of your Neuron configuration. They include all node configurations, and connections between nodes at the time of creation.
Settings are not versioned and exist at the Neuron level. This means that if you make changes to a setting, it will affect all versions of the Neuron, including already deployed versions.
Once a version is deployed, it cannot be edited. This ensures consistency in production. If you try to make changes to a deployed version, Prompteus will offer to create a duplicate of it first.