actions
Get GitHub-hosted runners machine specs for an organization
Get the list of machine specs available for GitHub-hosted runners for an organization.
get/orgs/{org}/actions/hosted-runners/machine-sizes
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
{
"machine_specs": [
{
"id": "8-core",
"cpu_cores": 8,
"memory_gb": 32,
"storage_gb": 300
}
]
}