rename_rack_chain
Rename a specific rack chain in Ableton Live with a guarded two-step process: first plan the change, then confirm with a token to ensure the correct state before the rename is applied.
Instructions
Plan or rename an exact rack chain with a guarded hierarchy snapshot. For return chains, name is a raw label; Live adds the return letter prefix. Use observed name for display, not verbatim restoration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New layer name; raw unprefixed label for returns. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| chainId | Yes | Exact chain ID. | |
| trackId | Yes | Stable device-owner ID: track-N from list_tracks, return-N from get_set_mixer, or master. | |
| deviceId | Yes | Stable device ID returned by list_devices. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |