Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pods/manage-pods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Warning>

<Note>
Pods with [network volumes](/storage/network-volumes) attached cannot be stopped, only terminated. Your `/workspace` data is preserved in the network volume.
</Note>
<Tip>
Comment thread
lukepiette marked this conversation as resolved.
When using a [network volume](/storage/network-volumes), your `/workspace` data is preserved whether you stop or terminate the Pod.
</Tip>

<Tabs>
<Tab title="Web">
Expand Down
Loading