Skip to content

task restart

This command restarts a task that was created with the -test flag in the server.

./BotCLI task restart [arguments]

What are the arguments?

Argument Required Description
-taskId Yes The ID of the task to be restarted.

Examples

Restart the task with ID 123:

./BotCLI task restart -taskId "123"