docs/hosting/machine-types.md
import reflex as rx
Machine types define the CPU and RAM allocated to each app instance.
rx.image(
src="https://web.reflex-assets.dev/docs-preview/hosting/settings_scale.webp",
alt="Scale settings with the current and available VM types",
class_name="rounded-md h-auto mb-4",
border=f"0.81px solid {rx.color('slate', 5)}",
)
Persistent Machine is visible on this page but is currently marked Coming soon.
List the machine types available to your organization:
reflex cloud vmtypes
Pass the selected ID with --vmtype when you deploy:
reflex deploy --project <PROJECT_ID> --vmtype c2m4
CLI arguments override the corresponding value in cloud.yml or pyproject.toml. See Cloud Configuration File.