Skip to main content
Use PATCH /v2/portfolios/{portfolioId} to change the display name of one portfolio. This change does not modify its strategy, allocation, or rebalance schedule.

Rename a portfolio

The portfolio PATCH route supports only portfolioName. It uses JSON Merge Patch. Omit the field to keep the current value. Send null to clear the value. Send a string to set a new value.
Unknown fields return 400. Do not send an allocation or a schedule to this route.

Read the updated portfolio

The portfolio read also returns the active strategy version, smart accounts, and schedule status.

Update the strategy instead

Use the Build and Distribute Strategies guide to change:
  • Strategy name, description, or public visibility
  • Target assets or weights
  • Rebalance cadence
  • Swap preferences or fees
These are strategy-level changes and can affect all enrolled portfolios.

Further reference