rename_arrangement_cue_point
Rename a specific Ableton Live arrangement cue point by providing its ID and new name, using a dry-run plan and confirmation token to ensure safe execution.
Instructions
Plan or rename one exact Arrangement cue point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New cue-point name. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| planHash | No | Hash returned by the matching dry run. | |
| cuePointId | Yes | Stable cue-point ID. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |