For the complete documentation index, see llms.txt. This page is also available as Markdown.

Edit an aggregate

Change and re-test a saved pipeline.

Where: Database β†’ Aggregates β†’ aggregate β†’ Edit Β· /projects/<project>/db/aggregates/<aggregateId>/edit

Screenshot TODO β€” capture comes from testing-plan area 04-taxonomies.

The same editor as Create an aggregate with the saved pipeline loaded. The Schema is fixed β€” an existing aggregate cannot be moved to another collection; name, description, and the pipeline are editable, and TEST re-runs against live data. A Delete button with a confirmation dialog removes the aggregate.

Because apps call the aggregate by id (maggr_…), you can tune the pipeline here without redeploying anything. Edit using AI Chat lets the assistant rewrite the open pipeline in place β€” you review the change and press Save.

Use it from code

Database β†’ Aggregates

API reference

Endpoints: Save Database Aggregate, Delete Database Aggregate.

Last updated