TypeDBT
TypeDB2mo ago
11 replies
Joshua

Cloud API errors

Hey, I'm trying to use the Cloud API to deploy a new instance, but I keep getting the following error:
{"code":"UNEXPECTED_ERROR","message":"Unexpected internal error"}


Here is the configuration that I'm passing:
{
  "id":"devops-test",
  "serverCount":1,
  "storageSizeGB":10,
  "provider":"aws",
  "region":"us-east-1",
  "isFree":false,
  "machineType":"c8g.large",
  "storageType":"standard-rwo",
  "version":"latest",
  "backupConfiguration": {
    "frequency": "daily",
    "retentionDays": 30
  }
}


I've already verified that my access token is working and that I can manually deploy via the UI, but can't deploy via the API.
Was this page helpful?