Narinder Kumar
09/26/2025, 3:31 AMMichael Ullock
09/26/2025, 8:41 AM/api/v1/layout/workspaces/{workspaceId} (workspace layout) API, you may encounter a 413 error due to payload size limits. Unfortunately, the declarative layout API does not support partial updates or chunked imports - any PUT request will replace the entire workspace layout, and there is no way to migrate only a subset of visualization objects at a time.
As a workaround, you can use the entity APIs (such as /entities/workspaces/{workspaceId}/visualizationObjects) to migrate individual visualizations and their dependencies. However, this process is more manual and requires careful management to ensure all referenced objects (such as insights and dashboards) are present in the target workspace.Robert Moucha
09/26/2025, 10:34 AMproxy-body-size in configuration of your ingress-nginx controller.
This parameter defines maximum payload size of POST/PUT request.