Skip to content

docs: Update GraphQL docs to use flashBootType field for FlashBoot#589

Open
promptless[bot] wants to merge 2 commits intomainfrom
promptless/flashboot-type-field
Open

docs: Update GraphQL docs to use flashBootType field for FlashBoot#589
promptless[bot] wants to merge 2 commits intomainfrom
promptless/flashboot-type-field

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Mar 23, 2026

Open this suggestion in Promptless to view citations and reasoning process

Updates the GraphQL endpoint documentation to use the flashBootType: "FLASHBOOT" field instead of the deprecated -fb name suffix convention for enabling FlashBoot. This aligns with the Python SDK change in PR #484.

Trigger Events

runpod/runpod-python PR #484: fix: use flashBootType instead of appending -fb

Promptless Research (7 files, 1 GitHub PR)

  • Reviewed runpod/runpod-python#484
  • Viewed .long_term_context/product_knowledge/product_overview.md
  • Viewed .long_term_context/doc_workflow/client_instructions.md
  • Viewed .long_term_context/style/client_style_guide.md
  • Viewed sdks/graphql/manage-endpoints.mdx
  • Viewed serverless/endpoints/endpoint-configurations.mdx
  • Viewed serverless/overview.mdx
  • Viewed flash/troubleshooting.mdx

Agent Response

I've created a documentation update for PR #484.

Summary of changes:

The PR fixes how FlashBoot is enabled when creating Serverless endpoints via the GraphQL API. Previously, the SDK used a workaround of appending -fb to endpoint names to signal FlashBoot should be enabled. The PR replaces this with the proper flashBootType: "FLASHBOOT" field.

Documentation updated:

  • sdks/graphql/manage-endpoints.mdx - Updated all examples to use flashBootType: "FLASHBOOT" instead of the -fb name suffix convention
    • Updated the instructional comment from "append -fb to your endpoint's name" to "set flashBootType to FLASHBOOT"
    • Cleaned up all example endpoint names (removed -fb suffix)
    • Added flashBootType to the query return fields and example outputs

Suggestion created: Update GraphQL docs to use flashBootType field for FlashBoot


Tip: Create additional Docs Collections to keep multiple repositories in sync 📚

saveEndpoint(input: {
# options for gpuIds are "AMPERE_16,AMPERE_24,ADA_24,AMPERE_48,ADA_48_PRO,AMPERE_80,ADA_80_PRO"
gpuIds: "AMPERE_16",
# set flashBootType to "FLASHBOOT" to enable FlashBoot
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Citation: The Python SDK PR changes generate_endpoint_mutation() to use flashBootType: "FLASHBOOT" instead of appending -fb to the endpoint name. Changes in runpod/api/mutations/endpoints.py show the field is now properly passed to the GraphQL mutation.
View source

@mintlify
Copy link

mintlify bot commented Mar 23, 2026

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

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Mar 23, 2026, 9:53 PM

@promptless
Copy link
Contributor Author

promptless bot commented Mar 23, 2026

I've added new changes to address this GitHub PR in commit 67bb85f

@promptless promptless bot marked this pull request as ready for review March 23, 2026 22:11
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.

0 participants