Skip to content

docs: Add Pods maintenance, outages, and data safety page#656

Open
promptless[bot] wants to merge 5 commits into
mainfrom
promptless/pods-maintenance-and-outages
Open

docs: Add Pods maintenance, outages, and data safety page#656
promptless[bot] wants to merge 5 commits into
mainfrom
promptless/pods-maintenance-and-outages

Conversation

@promptless

@promptless promptless Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Open this suggestion in Promptless to view citations and reasoning process

Creates a new page at pods/maintenance-and-outages.mdx documenting how Runpod handles planned maintenance, unplanned outages, compensation, and data safety practices, and adds it to the Pods navigation in docs.json.

Trigger Events


Tip: Use Vale? Point your collection at your vale.ini in Configuration.

@mintlify

mintlify Bot commented Jun 15, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Jun 15, 2026, 3:03 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Remove compensation framing, clarify no-charge during maintenance, and
expand data safety guidance per team feedback on PR #656.
@lavanya-gunreddi

Copy link
Copy Markdown
Contributor

@Promptless for the checkpointing section, Iadd links to the most common tools.
PyTorch — Saving and Loading Models
Hugging Face Transformers — Checkpointing with Trainer
Hugging Face Accelerate — Checkpointing guide
PyTorch Lightning — Checkpointing

@promptless

promptless Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Thanks Lavanya! I added the four checkpointing links to the "Set up checkpointing" section, labeled exactly as you provided. The change is pushed to this PR.

Runpod does not back up user data. You are responsible for backing up your own data and securing those backups.

Container storage is temporary and should not be used as durable storage for important data. Data stored only on container storage may be lost if the pod is interrupted, restarted, or removed.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless change the data safety text to "Pods use temporary container storage by default. If your pod is interrupted, restarted, stopped, or terminated, any data that is only stored on container storage will be lost. To protect your work, always store important data on a network volume or an external backup."

@lavanya-gunreddi

Copy link
Copy Markdown
Contributor

@Promptless change the data safety text to "Pods use temporary container storage by default. If your pod is interrupted, restarted, stopped, or terminated, any data that is only stored on container storage will be lost. To protect your work, always store important data on a network volume or an external backup."

@promptless

promptless Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Done — I've updated the data safety text to your exact requested wording:

Pods use temporary container storage by default. If your pod is interrupted, restarted, stopped, or terminated, any data that is only stored on container storage will be lost. To protect your work, always store important data on a network volume or an external backup.

The change is committed and pushed to this PR. Thanks @lavanya-gunreddi!

@lavanya-gunreddi

Copy link
Copy Markdown
Contributor

Remove this line "Runpod does not back up user data. You are responsible for backing up your own data and securing those backups." from the data safety section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant