rename_variant
Rename a variant in a group atomically.
Rename a variant in a group atomically.
Writes data · Idempotent · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
acknowledge | boolean | No | Reset edit budget after user approval |
group_id | number | Yes | Variable group id |
name | string | Yes | New variant name |
variant_id | number | Yes | Variant id |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"group_id": 0,
"variant_id": 0,
"name": "string"
}
Description
Existing variable values stay attached to the variant id (the rename is name-only).
What's next?
Last updated on