https://pulumi.com logo
#automation-api
Title
# automation-api
m

most-lighter-95902

02/21/2022, 5:53 PM
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

bored-table-20691

02/21/2022, 8:29 PM
You would do the same, manually, there isn't an automated process to handle this.
m

most-lighter-95902

02/21/2022, 10:35 PM
hmm ok thanks