Restricting the kinds of pods dev accounts can launch

Hello, I'm an admin of a research team. I would like to give researchers the ability to launch a pod, but I would like to restrict the kinds of pods which they can launch (cost <= community server pods RTX4000). Is there a way to do this?
2 Replies
ashleyk
ashleyk5mo ago
No, thats not possible, you can grant them access to launch pods but not restrict it to specific GPU types unless you create your own frontend using the GraphQL API.
muddyfootprints.
That's unfortunate. Is there.... some way in which we could I could query the my pod specs from cli? I'm thinking of creating a custom docker image and require researchers to use it, and including a checking of the specs at init and terminating the pod if the requirements aren't met.