# Start the auto control by AI Source: https://docs.phospho.ai/ai-training/ai-control-start post /ai-control/start Start the auto control by AI. # Stop the auto control by AI Source: https://docs.phospho.ai/ai-training/ai-control-stop post /ai-control/stop Stop the auto control by AI. # Cancel Training Source: https://docs.phospho.ai/ai-training/cancel-training post /training/cancel Cancel a training job # Start training a model Source: https://docs.phospho.ai/ai-training/start-training post /training/start Start training an ACT or gr00t model on the specified dataset. This will upload a trained model to the Hugging Face Hub using the main branch of the specified dataset. # Manipulate LeRobot datasets Source: https://docs.phospho.ai/basic-usage/dataset-operations How to repair, merge, split and delete LeRobot datasets You just recorded a LeRobot dataset with your robot. Maybe you also downloaded a dataset from the HuggingFace hub. With phospho, you can: * repair corrupted datasets * merge two datasets into one * split a dataset into multiple datasets (e.g. training/validation/test sets) * delete episodes from a dataset