huberst
huberst•10mo ago

Stop deno deploy instance

Hi everyone, I just deployed my first test deno project on deno deploy. Now I'm wondering how to stop that instance. Can't find anything on dash.deno.com.
2 Replies
ry
ry•10mo ago
just delete it?
huberst
huberstOP•10mo ago
Yes, that's what I did in the end, unfortunately. Before that, I added a /kill route to my oak router to Deno.exit out. But even this couldn't stop it. Seems like it got restarted immediately 😄