Move Scenario Set
POST/v0/scenario_sets/:scenario_id/move
Moves the Scenario Set and everything under it — its simulations (Runs), their datapoints, check results, spans, and traces — to another Project in the same organization.
Targets never move: they are org-shared and visible from every Project. Monitors, dashboards, and notification settings stay in the source Project.
The move runs in one bounded transaction: it either completes whole or rolls back whole.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 422
- 500
- 503
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
The move is blocked (simulations still running, or a same-named Scenario in the destination). The detail is the full move plan.
Input data is invalid
The move failed unexpectedly and was rolled back whole; nothing was moved.
The move transaction hit its lock/statement timeout and was rolled back whole; retry.