Delete Serverless Endpoint via the API?
I am trying to delete the serverless endpoint via the API, but everytime I make a request to the endpoint, I get an internal error:
Via the Python API:
Response:
I confirmed that my min and max is set to zero as per the GraphQL docs:
Via the Python API:
Response:
I confirmed that my min and max is set to zero as per the GraphQL docs:
Solution
Does it work when you use the REST API? https://rest.runpod.io/v1/docs#tag/endpoints/DELETE/endpoints/{endpointId}