Machine Types
Machine types define the CPU and RAM allocated to each app instance.
Change the machine type in Reflex Build
- Open Deployments and select the app.
- Open Settings > Scale.
- Review the current CPU, RAM, and machine type.
- Select Change VM, choose a machine type, and review the change before confirming.

Persistent Machine is visible on this page but is currently marked Coming soon.
Use machine types from the CLI
List the machine types available to your organization:
Pass the selected ID with --vmtype when you deploy:
CLI arguments override the corresponding value in cloud.yml or pyproject.toml. See Cloud Configuration File.