Skip to content

docs: Document multi-datacenter support for Flash endpoints#582

Merged
muhsinking merged 5 commits intomainfrom
promptless/flash-multi-datacenter-support
Mar 23, 2026
Merged

docs: Document multi-datacenter support for Flash endpoints#582
muhsinking merged 5 commits intomainfrom
promptless/flash-multi-datacenter-support

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Mar 23, 2026

Open this suggestion in Promptless to view citations and reasoning process

Updates Flash documentation for the new multi-datacenter deployment capabilities. The datacenter parameter now supports lists for deploying to multiple regions, and the volume parameter accepts multiple NetworkVolume objects (one per datacenter). Also updates the available datacenter enum values and notes that CPU endpoints are restricted to EU_RO_1.

Trigger Events

runpod/flash PR #266: feat: enable multi-datacenter support

Promptless Research (8 files, 1 GitHub PR)

  • Reviewed runpod/flash#266
  • 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 flash/configuration/parameters.mdx
  • Viewed flash/configuration/storage.mdx
  • Viewed flash/overview.mdx
  • Viewed flash/create-endpoints.mdx
  • Viewed flash/custom-docker-images.mdx

Agent Response

I've created a documentation suggestion for PR #266's multi-datacenter support feature.

Summary

Suggestion created: Document multi-datacenter support for Flash endpoints

Changes made

flash/configuration/parameters.mdx:

  • Updated datacenter parameter to show it now accepts DataCenter, list[DataCenter], strings, or None
  • Changed default from EU_RO_1 to None (all available datacenters)
  • Added complete table of available datacenters with their locations
  • Added note that CPU endpoints are restricted to EU_RO_1
  • Updated volume parameter to support lists of NetworkVolume objects
  • Added multi-datacenter deployment code examples

flash/configuration/storage.mdx:

  • Added datacenter parameter to NetworkVolume examples
  • Added new "Multi-datacenter volumes" section with code examples
  • Added warning about one volume per datacenter constraint

flash/overview.mdx:

  • Updated limitations section: removed blanket EU-RO-1 restriction
  • Now correctly states CPU endpoints are restricted to EU-RO-1, while GPU endpoints support multiple datacenters

flash/create-endpoints.mdx:

  • Updated persistent storage examples to show datacenter parameter
  • Added multi-datacenter volume deployment example

flash/custom-docker-images.mdx:

  • Updated NetworkVolume example to include datacenter parameter

Note

This PR is currently open (not merged). The documentation is ready to be reviewed alongside the PR so changes can be published when the feature ships.


Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗

@@ -238,24 +264,65 @@ See [Storage](/flash/configuration/storage) for setup instructions.

### datacenter

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 datacenter parameter changes come from PR #266, which adds multi-datacenter support. Changes are in src/runpod_flash/core/resources/serverless.py (field type changed from Optional[DataCenter] to Optional[List[DataCenter]]) and documented in docs/Flash_SDK_Reference.md.
View source

...
```

For multi-datacenter deployments, pass a list of volumes (one per datacenter):
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: Multi-volume support documented in PR #266's docs/Flash_Deploy_Guide.md and docs/Flash_SDK_Reference.md, with implementation in src/runpod_flash/core/resources/serverless.py adding networkVolumes field.
View source

```

**Available datacenters**:

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 available datacenter list comes from the updated DataCenter enum in src/runpod_flash/core/resources/network_volume.py as referenced in PR #266's docs/Flash_SDK_Reference.md.
View source

vol = NetworkVolume(id="vol_abc123")
```

### Multi-datacenter volumes
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: Multi-datacenter volume examples based on PR #266's docs/Flash_Deploy_Guide.md showing how to deploy with multiple volumes across datacenters.
View source


- Flash is currently only available for macOS and Linux. Windows support is in development.
- Serverless deployments using Flash are currently restricted to the `EU-RO-1` datacenter.
- CPU endpoints are restricted to the `EU-RO-1` datacenter. GPU endpoints can deploy to [multiple datacenters](/flash/configuration/parameters#datacenter).
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 EU-RO-1 restriction removal and multi-datacenter support for GPU endpoints comes from PR #266. CPU endpoints remain restricted to CPU_DATACENTERS which only contains EU_RO_1 (see src/runpod_flash/core/resources/network_volume.py).
View source

@muhsinking muhsinking requested a review from deanq March 23, 2026 17:17
muhsinking
muhsinking previously approved these changes Mar 23, 2026
@promptless
Copy link
Contributor Author

promptless bot commented Mar 23, 2026

Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.)

@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, 5:33 PM

@promptless
Copy link
Contributor Author

promptless bot commented Mar 23, 2026

I've added new changes to address this GitHub PR in commit 357f5ab

@muhsinking muhsinking merged commit 507d0b3 into main Mar 23, 2026
3 checks passed
@muhsinking muhsinking deleted the promptless/flash-multi-datacenter-support branch March 23, 2026 20:02
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