I am trying to deploy a serverless function with nuclio, but for some reason it failed to build. Now when I do nuctl get function. It just states that the function is in build state. How can I delete it?
P.s I am trying the SAM integration with CVAT by running the ./deploy_cpu.sh pytorch/facebookresearch/sam/nuclio/
I tried looking up ways to force delete the function, but there's no such thing
You can delete this function by nucleo by run this comand:
It works well with CVAT for me.
Run this command to get all function running by nucleo:
We get this responce:
run this command to delete
pth-facebookresearch-sam-vit-h
:Then run this command get all function running by nucleo again:
And we see that there is no functions running by nucleo.
If it doesn't help you can do it by nucleo UI like in this answer in this issue link.