From 0ccd3c08866d26db202cb50764e80d02015e0f43 Mon Sep 17 00:00:00 2001 From: "docs-syncer[bot]" <134718678+docs-syncer[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 19:27:32 +0000 Subject: [PATCH] [flyctl-bot] Update docs from flyctl --- flyctl/cmd/fly_machine_create.md | 1 + flyctl/cmd/fly_machine_run.md | 1 + flyctl/cmd/fly_machine_update.md | 1 + 3 files changed, 3 insertions(+) diff --git a/flyctl/cmd/fly_machine_create.md b/flyctl/cmd/fly_machine_create.md index c116723970..f11a307724 100644 --- a/flyctl/cmd/fly_machine_create.md +++ b/flyctl/cmd/fly_machine_create.md @@ -42,6 +42,7 @@ fly machine create [command] [flags] --schedule string Schedule a Machine run at hourly, daily, weekly and monthly intervals --skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system --standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for. + --swap-size string Swap size in MB. Accepts a plain number (in MB) or a human-readable size (e.g. 512mb, 1gb). --use-zstd Enable zstd compression for the image --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') --vm-cpus int Number of CPUs diff --git a/flyctl/cmd/fly_machine_run.md b/flyctl/cmd/fly_machine_run.md index 148796e526..0f308dc851 100644 --- a/flyctl/cmd/fly_machine_run.md +++ b/flyctl/cmd/fly_machine_run.md @@ -45,6 +45,7 @@ fly machine run [command] [flags] --shell Open a shell on the Machine once created (implies --it --rm). If no app is specified, a temporary app is created just for this Machine and destroyed when the Machine is destroyed. See also --command and --user. --skip-dns-registration Do not register the machine's 6PN IP with the internal DNS system --standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for. + --swap-size string Swap size in MB. Accepts a plain number (in MB) or a human-readable size (e.g. 512mb, 1gb). --use-zstd Enable zstd compression for the image --user string Used with --shell. The username, if we're shelling into the Machine now. (default "root") --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') diff --git a/flyctl/cmd/fly_machine_update.md b/flyctl/cmd/fly_machine_update.md index c4e18169d1..ef853e61d7 100644 --- a/flyctl/cmd/fly_machine_update.md +++ b/flyctl/cmd/fly_machine_update.md @@ -44,6 +44,7 @@ fly machine update [machine_id] [flags] --skip-health-checks Updates machine without waiting for health checks. --skip-start Updates machine without starting it. --standby-for strings For Machines without services, a comma separated list of Machine IDs to act as standby for. + --swap-size string Swap size in MB. Accepts a plain number (in MB) or a human-readable size (e.g. 512mb, 1gb). --vm-cpu-kind string The kind of CPU to use ('shared' or 'performance') --vm-cpus int Number of CPUs --vm-gpu-kind string If set, the GPU model to attach (a100-pcie-40gb, a100-sxm4-80gb, l40s, a10, none)