Documentation

Support

Unity Version Control

PROFILE DELETE

Delete profiles with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago

Description

Deletes a server connection profile from the client's configuration.

Usage

cm profile delete | rm <index | name>
cm profile delete | rm --index=<index>
cm profile delete | rm --name=<name>

Options

Option / Argument

Description

--indexUsed to disambiguate in case a profile has a name that is a number
--nameUsed to disambiguate in case a profile has a name that is a number
indexProfile index in the profiles list.
nameProfile name.

Help

Remarks

Deletes a server connection profile from the client's configuration. It works both with the profile index and the profile name. The 'cm profile list' command does not show profile names by default, check 'cm profile list --help' to check how to output profile's name.

Example

cm profile delete 1
(Removes the profile at index 1.)
cm profile delete 192.168.0.2:8087_UPWorkingMode
(Removes the profile with name '192.168.0.2:8087_UPWorkingMode'.)
cm profile delete --name=12
(Removes the profile with name '12'.)