Skip to content

task cancel

This command cancel a task that was created in the server.

./BotCLI task cancel [arguments]

What are the arguments?

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

Examples

Cancel the task with ID 123:

./BotCLI task cancel -taskId "123"