Skip to content
Discussion options

You must be logged in to vote

I ran into this too — turns out the index was still bound to the agent via the agentic retriever. What worked for me:

az foundry agent binding delete --agent jsa-safety-agent --index masterjsa

After unbinding, I could delete the index without issues. You can also check what’s still referencing it with:

az foundry index show --name masterjsa --query "referencedBy"

Hope that helps others hitting the same lock!

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Hyunduck-Hwang
Comment options

Comment options

You must be logged in to vote
2 replies
@Hyunduck-Hwang
Comment options

@leestott
Comment options

Answer selected by amynic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment