Hello, Paul. Finding the right clone command can be a little confusing:
PS C:\> Get-NaHelp | ? {$_.Name -LIKE "*clone*"} | sort Category
Name Api Category
---- --- --------
Stop-NaClone {clone-stop} clone
Start-NaClone {clone-start} clone
Get-NaClone {clone-list-status} clone
Clear-NaClone {clone-clear} clone
New-NaLunClone {lun-create-clone} lun
Start-NaLunCloneSplit {lun-clone-split-start} lun
Get-NaLunCloneSplit {lun-clone-split-status-list-info} lun
Stop-NaLunCloneSplit {lun-clone-split-stop} lun
Stop-NaVolCloneSplit {volume-clone-split-stop} volume
Get-NaVolCloneSplit {volume-clone-split-status} volume
New-NaVolClone {volume-clone-create} volume
Start-NaVolCloneSplit {volume-clone-split-start} volume
The cmdlets in the clone catagory use the newer Sis-Clone APIs, which are used by some NetApp tools such as the Provisioning and Cloning section of the Virtual Storage Console product (formerly, Rapid Cloning Utility).
The remaining cmdlets in the list use the FlexClone APIs.