Skip to content

docs: Remove specific time threshold from low-balance docs#650

Merged
lavanya-gunreddi merged 9 commits into
mainfrom
promptless/fix-low-balance-runtime-threshold
Jun 9, 2026
Merged

docs: Remove specific time threshold from low-balance docs#650
lavanya-gunreddi merged 9 commits into
mainfrom
promptless/fix-low-balance-runtime-threshold

Conversation

@promptless

@promptless promptless Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Open this suggestion in Promptless to view citations and reasoning process

Updated low-balance behavior documentation to use non-specific language. Since the specific time threshold is being removed from the product, the docs now say Pods stop when balance "drops too low to sustain your current workloads" rather than mentioning any specific time value.

Trigger Events


Tip: Configure how Promptless handles changelogs in Agent Settings 📋

promptless Bot added 2 commits June 8, 2026 22:36
The documentation incorrectly stated that Runpod stops Pods when balance
covers less than 10 seconds of runtime. The actual behavior is 30 minutes.
The 30-minute threshold is being removed from the product, so the docs
should use non-specific language about when Pods stop due to low balance.
Comment thread accounts-billing/billing.mdx Outdated
Runpod monitors your account balance and takes protective action when funds run low:

- When your balance is projected to cover less than 10 seconds of remaining runtime, Runpod automatically stops all your Pods.
- When your balance drops too low to sustain your current workloads, Runpod automatically stops all your Pods.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Changed "10 seconds" to "30 minutes" based on user report that the actual low-balance Pod-stop threshold is 30 minutes of remaining runtime, not 10 seconds.

Source: https://runpod-team.slack.com/archives/D0B2Y5ZBKNX/p1780958103206549

Comment thread pods/pricing.mdx Outdated
## Account limits

- **Minimum balance**: If your balance covers less than 10 seconds of remaining runtime, Runpod stops all Pods to preserve data volumes. Set up [automatic payments](https://www.console.runpod.io/user/billing) to avoid interruptions.
- **Minimum balance**: If your balance drops too low to sustain your current workloads, Runpod stops all Pods to preserve data volumes. Set up [automatic payments](https://www.console.runpod.io/user/billing) to avoid interruptions.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Changed "10 seconds" to "30 minutes" to match the correction applied in accounts-billing/billing.mdx.

Source: https://runpod-team.slack.com/archives/D0B2Y5ZBKNX/p1780958103206549

@mintlify

mintlify Bot commented Jun 9, 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 9, 2026, 6:54 PM

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

Update both billing and pricing pages to state the specific threshold
at which Runpod stops Pods: when balance can no longer cover 25 minutes
of current workloads. Replaces vague "drops too low" language with
the confirmed threshold value.
The exact threshold is still being determined by engineering,
so removing the specific number to avoid documenting incorrect values.
Use simpler phrasing for low-balance behavior as requested:
- billing.mdx: "When your balance runs low, RunPod automatically stops all your Pods."
- pricing.mdx: "If your balance runs low, RunPod stops all Pods to preserve data volumes."
Updated both billing.mdx and pricing.mdx to use the same Note callout
with the user's requested text, using "Runpod" (lowercase 'p').
Comment thread accounts-billing/billing.mdx Outdated
Set up [automatic payments](#auto-pay) to avoid service interruptions.
</Important>
<Note>
If your account balance is insufficient to cover your remaining runtime, Runpod stops all Pods to preserve attached data volumes. We recommend enabling [Auto-pay](#auto-pay) to keep your balance up to date based on your hourly usage.

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 it as "If your balance is insufficient to cover your remaining runtime, Runpod stops all Pods to preserve data volumes."

Comment thread pods/pricing.mdx

## Account limits

- **Minimum balance**: If your balance covers less than 10 seconds of remaining runtime, Runpod stops all Pods to preserve data volumes. Set up [automatic payments](https://www.console.runpod.io/user/billing) to avoid interruptions.

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 it to "If your balance is insufficient to cover your remaining runtime, Runood stops all Pods to preserve data volumes."


Runpod monitors your account balance and takes protective action when funds run low:

- When your balance is projected to cover less than 10 seconds of remaining runtime, Runpod automatically stops all your Pods.

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 it as "When your account balance is no longer sufficient to cover your remaining runtime"

Changed "If your account balance is insufficient" to "When your account
balance is no longer sufficient" and simplified to "preserve data volumes"
per reviewer feedback.
@promptless

promptless Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Updated both files with your requested wording. The note now reads: "When your account balance is no longer sufficient to cover your remaining runtime, Runpod stops all Pods to preserve data volumes."

@lavanya-gunreddi

Copy link
Copy Markdown
Contributor

@Promptless can you revert all the changes that you did so far to these files?

Per reviewer request, restoring these files to their original state from main.
@promptless

promptless Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Done! I've reverted all changes to billing.mdx and pricing.mdx. The files are now restored to their original state from main.

@lavanya-gunreddi

Copy link
Copy Markdown
Contributor

@Promptless I just want you to change just the text as follows "When your balance is projected to cover less than 10 seconds of remaining runtime" to "When your account balance is no longer sufficient to cover your remaining runtime". "If your balance covers less than 10 seconds of remaining runtime" to "If your account balance is no longer sufficient to cover your remaining runtime". Similarly, if there are any other references to 10 second low balance text, please change those as well.

Per reviewer feedback, changed wording from "cover less than 10 seconds
of remaining runtime" to "no longer sufficient to cover your remaining
runtime" to avoid specifying an implementation detail.
@promptless

promptless Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Done! I've made the requested text changes:

  • accounts-billing/billing.mdx: Changed "When your balance is projected to cover less than 10 seconds of remaining runtime" → "When your account balance is no longer sufficient to cover your remaining runtime"
  • pods/pricing.mdx: Changed "If your balance covers less than 10 seconds of remaining runtime" → "If your account balance is no longer sufficient to cover your remaining runtime"

These were the only two instances of the "10 seconds" low-balance threshold text in the docs. The changes have been pushed to this PR.

@lavanya-gunreddi lavanya-gunreddi merged commit 264bc00 into main Jun 9, 2026
3 checks passed
@lavanya-gunreddi lavanya-gunreddi deleted the promptless/fix-low-balance-runtime-threshold branch June 9, 2026 20:44
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