#machineQuota

7 messages · Page 1 of 1 (latest)

vale mountain
#

Hi, i'm trying to create a pod from a python script and am having trouble, I checked all the billing inf o # Check your account/billing info
response = requests.post(
f"https://api.runpod.io/graphql?api_key={API_KEY}",
headers={"content-type": "application/json"},
json={
"query": """
query {
myself {
id
currentSpendPerHr
machineQuota
referralEarned
signedTermsOfService
spendLimit
}
}
"""
},
)
print(response.json()) -- and got machineQuota = 0 , my user id is google-oauth2|106148940261174242555 I have funds and a payment method - any suggestions?

proper hearthBOT
stable widgetBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

proper hearthBOT
vale mountain
hollow falcon
rare pumice
#

I have the same issue, new account, credit added, machinequota is 0, can't instantiate any GPU