Skip to content

Commit 438217f

Browse files
authored
docs(volumes): note machine replacement when removing mounts (#2339)
1 parent a868d49 commit 438217f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

volumes/volume-manage.html.markerb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Volumes attached to Machines can’t be destroyed. You can check which Machine (
203203

204204
If you’re replacing the Machine, use `fly scale count` or `fly machine clone` to launch a new one. This will create and mount a fresh volume based on your `fly.toml` config.
205205

206-
To stop using volumes entirely, remove any `[mounts]` from `fly.toml`, redeploy to detach them, and then destroy the volumes.
206+
To stop using volumes entirely, remove any `[mounts]` from `fly.toml` and redeploy. The Machine will be replaced without the volumes. After redeploying, you can destroy the volumes.
207207

208208
**Note:** Snapshots taken before deletion may still be restorable for a limited time, provided you have the volume ID (default retention is 5 days).
209209

0 commit comments

Comments
 (0)