Update Experiment Template
Update an experiment template’s name and/or description.
Only organization-owned templates can be updated (not system templates).
Parameters
template_id : str ID of the template to update. body : UpdateExperimentTemplateBody Fields to update.
Returns
ExperimentTemplate Updated experiment template.
Path Parameters
Body
Response
Successful Response
Pydantic model for experiment template database entity.
Name of the template
ID of the organization that owns this template
Unique identifier for the template
Description of the template
Template string for generating user-facing descriptions with {{param}} placeholders
Protocol configuration (UCP format). Omitted from list responses by default; opt in via ?include=protocol_config.
Parameters schema defining what parameters this template accepts. Omitted from list responses by default; opt in via ?include=parameters_schema.
When the template was created
When the template was last updated
Plot configuration options organized by plot type (time_series, metrics)
Specification mapping time-series keys to calculation rules.
Specification mapping metric names to calculation rules.
Original protocol text as entered by the user
User ID of the user who created this template
Email of the user who created this template