pi alias move
By default only admin users can unlock an alias. This behavior can be modified using Server Side Hooks.
Command Help
> pi alias move -h Usage: pi alias move [-h] identifier alias Description: Move an Alias to another IP Version. (This command is restricted to unique Aliases only) Positional arguments: identifier The IP Version the Alias is moved to. alias The name of the Alias. Optional arguments: -h, --help Show this help message and exit More information and documentation available at: https://help.perforce.com/methodics/ Copyright © 2010-2025 Perforce, Inc.
Example
> pi alias add --unique tutorial.tutorial@5 NEWALIAS Successfully added alias '+NEWALIAS' on 'tutorial.tutorial@5.TRUNK'. > pi alias unlock tutorial.tutorial@+NEWALIAS Successfully unlocked Alias 'tutorial.tutorial@+NEWALIAS'. > pi alias move tutorial.tutorial@4.TRUNK +NEWALIAS Successfully moved unique alias '+NEWALIAS' to 'tutorial.tutorial@4.TRUNK'.