Hi there! Yes index names are single use, cannot reuse after deletion. We are working on the documen
Hi there! Yes index names are single use, cannot reuse after deletion. We are working on the documentation to clarify this
test and deleted it. Does that mean I can never create an index called test for the life of my account?

testtest const {
params,
context: { cloudflare },
} = args;
if (!cloudflare.env.VECTORIZE) { // <-- doesn't exist
console.log("no key");
return;
}