Documentation

Support

Unity Version Control

REPOSITORY DELETE

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

Description

Deletes a repository from a server.

Usage

cm repository | repo delete | rm <repspec>

Options

Option / Argument

Description

repspecRepository specification. (Use 'cm help objectspec' to learn more about rep specs.)

Help

Remarks

Deletes a repository from the repository server. The data is not removed from the database backend, but unplugged so that it will not be accessible anymore. (Data can be reconnected afterwards, see 'cm repository add'.)

Examples

cm repository delete myrepository@repserver:myserver:8084
cm repository rm myrepository@myserver:8084
cm repo rm myrepository