Skip to content

machine new

This command creates a new Runner instance in the server.

./BotCLI machine new [arguments]

What are the arguments?

Argument Required Description
-machineId,
--mid
Yes The ID of the Runner to be created.
-access No Allows one to entry an IP for remote access.

Examples

Create a new Runner with ID vm-01:

./BotCLI machine new -machineId "vm-01"

Create a new Runner with ID vm-test-01 and IP 192.168.0.1

./BotCLI machine new -machineId "vm-test-01" -access "192.168.0.1"

Info

The IP address passed to the -access parameter serves only as a visual documentation within Maestro.