...

Panel
titleActions and Commands

The Commands and Action CARally Teamcity Bot can Perform :

ActionsCommands
        view the list of project        list project

to create a new project

create project <projectid> <buildtypeid>

       delete a project

delete project <projectname>

       view the list of users

list user

       create a new user

create user <name> <username> <password>

       view the list of buildtypes(buildconfiguration)

list buildtypes

      to start build using buildtypeid(buildconfiguration)

start build <buildtypeid>

      view the list of builds buildQueue

list buildqueue

       view the status of completed build using buildid

show buildid <buildid>

      view the status of latest completed build using buildtypeid(buildconfiguration)

show build <buildtypeid>

       cancel a build in build queue       cancel buildqueue <buildid>

        → Actions available by default

        → Actions enriched by OneDevOps | OnBot

...