1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/content/rest/codespaces/machines.md

21 lines
1.0 KiB
Markdown

---
title: REST API endpoints for Codespaces machines
allowTitleToDifferFromFilename: true
shortTitle: Machines
intro: Use the REST API to manage availability of machine types for a codespace.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
topics:
- API
autogenerated: rest
---
## About {% data variables.product.prodname_codespaces %} machines
You can determine which machine types are available to create a codespace, either on a given repository or as an authenticated user. For more information, see [AUTOTITLE](/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace#about-machine-types).
You can also use this information when changing the machine of an existing codespace by updating its `machine` property. The machine update will take place the next time the codespace is restarted. For more information, see [AUTOTITLE](/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace).
<!-- Content after this section is automatically generated -->