v13

OpenAPI 3.1.02026-08-033122950.3 KB
resource-groups

Create resource group

Create a new resource group in the organization.

Requires the org to have a Team plan or higher.

post/api/organizations/{name}/resource-groups

Path parameters

namestring required

Request body

namestring required
descriptionstring

Example request

{
  "repos": [
    {
      "name": "deepseek-ai/DeepSeek-R1"
    }
  ]
}

Response

The created resource group

idstring required
namestring required
descriptionstring nullable