Hey guys, Is it possible to stop/discard a batch ...
# ask-metaflow
c
Hey guys, Is it possible to stop/discard a batch execution in a middle of a step using a command? Or to skip steps to the last step?
1
g
Yes, it is possible to stop/discard a batch execution in the middle of a step using the command "python flow.py batch kill". However, it is not possible to skip steps to the last step. https://docs.metaflow.org/scaling/remote-tasks/aws-batch#listing-and-killing-aws-batch-tasks
🙌 1