Scheduled Commands

All data generation APIs (seen before) allows a user to schedule them recurrently based on scheduling parameters.

The endpoint /command/getAllScheduled returns all scheduled commands.

Note that, a command is removed from being scheduled if one of its execution failed, if you search for it, it will print its error however if you look for the command, telling you to solve it before re-scheduling it.

The endpoint /command/removeScheduled allows a user to remove a scheduled command using its UUID as a parameter.