Refresh Shading Scene
Shading Scenes
Refresh Shading Scene
Re-run shading calculation for an existing scene
POST
Refresh Shading Scene
POST /shadingscenes//refresh
Clear existing shading results and queue a fresh shading computation for the specified scene. Use this when results are stale, a previous run failed, or tracking parameters have been updated.Notes
- This endpoint clears any cached shading results before queuing the new computation.
- The shading simulation runs asynchronously. Poll GET /shadingscenes//results to track progress.
- Returns task context on success, similar to the create endpoint response.
- Returns
404if the scene does not exist. - Returns
503if the computation could not be queued (e.g., worker infrastructure unavailable). - Requires write-level workspace access.
- Refreshing a scene that already has a running computation will replace the in-progress task.
