jjdademon
How to auto start jupyter notebook with python create pod
There is already an issue for this:
- https://github.com/runpod/runpod-python/issues/311
Also, I've just submitted a pull request with a fix for this:
- https://github.com/runpod/runpod-python/pull/328
We'll wait for the maintainers to review, and if satisfactory, hopefully it'll be in the next release.
51 replies
RRunPod
•Created by untech on 7/17/2024 in #⚡|serverless
How to remove endpoint via Python API?
or, if you just want a python function:
10 replies
RRunPod
•Created by untech on 7/17/2024 in #⚡|serverless
How to remove endpoint via Python API?
To save the next person some time with this.
1. Write a POST request in postman
2. Set URL to: https://api.runpod.io/graphql?api_key=xxxxxxx
^Replace xxxx with your API key
3. Add headers: Key: Accept, Value: application/json
4. In body, select GraphQL and send the following text
5. hit send, you should get the list of podTemplates.
10 replies