I have two DocumentAI fine-tuned custom extractors stuck in “undeploying” status for days. They get deployed and undeployed on a schedule using Cloud Scheduler and Cloud Functions. That worked fine for months, and I haven’t changed anything recently, so I’m not sure what happened.
I’ve tried manually undeploying and deploying them, but it tells me I can’t do either because it’s already “undeploying”.
I see no way to forcefully stop the undeploy process. I see in the logs when the issue started, but no initial error was thrown. I only know it started then because I started getting the “400 ProcessorVersion state cannot be changed to ‘UNDEPLOYING’ since it is ‘UNDEPLOYING’.” error each time the scheduler would run.
Any ideas on how I can forcefully stop the undeploy process or otherwise reset it. I don’t want to delete the processor and start over because I have a ton of labeled documents and I’ve already paid for the fine-tuning of the model to get it just right. I don’t want to have to redo all of that.