Hi, I was using the Automation API to create a k8s...
# automation-api
m
Hi, I was using the Automation API to create a k8s job, but somehow the process seems to have cancelled midway. It’s now saying there’s
pending_operations
which is preventing me to re-run this. I know that I typically have to import/export the state to remove it manually when I’m working locally but how do I handle this as part of the Automation API?
b
You would do the same, manually, there isn't an automated process to handle this.
m
hmm ok thanks