actions
Get GitHub-hosted runners machine specs for an enterprise
Get the list of machine specs available for GitHub-hosted runners for an enterprise.
get/enterprises/{enterprise}/actions/hosted-runners/machine-sizes
Path parameters
enterprisestring required
The slug version of the enterprise name.
Response
Response
Example response
{
"machine_specs": [
{
"id": "8-core",
"cpu_cores": 8,
"memory_gb": 32,
"storage_gb": 300
}
]
}