From f127e73275b7e7a82be81c2dfa1e672479070cbe Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Thu, 7 May 2026 20:30:52 +0000 Subject: [PATCH] Update network volume stop behavior documentation Pods with network volumes can now be stopped and terminated. Previously, they could only be terminated. --- pods/manage-pods.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pods/manage-pods.mdx b/pods/manage-pods.mdx index e8939ed3..07961ed1 100644 --- a/pods/manage-pods.mdx +++ b/pods/manage-pods.mdx @@ -103,9 +103,9 @@ Stopping a Pod releases the GPU and preserves data in `/workspace` (volume disk) You'll still be charged for [volume disk storage](/pods/storage/types#volume-disk) while stopped. Terminate the Pod if you don't need to retain your environment. - -Pods with [network volumes](/storage/network-volumes) attached cannot be stopped, only terminated. Your `/workspace` data is preserved in the network volume. - + +When using a [network volume](/storage/network-volumes), your `/workspace` data is preserved whether you stop or terminate the Pod. +