---
title: "Save"
method: POST
path: "/method/nimbus/save"
---

# Save

`POST /method/nimbus/save`

Save solutions.

## Request body

- NIMBUSSaveRequest — Request model for saving solutions from any method's state.
  - `problem_id` integer, required
  - `session_id` integer, nullable
  - `parent_state_id` integer, nullable
  - `solution_info` SolutionInfo[], required
    - `state_id` integer, required
    - `solution_index` integer, required
    - `name` string, nullable — Name to be given to the solution. Optional.

## Response `200`

Successful Response

- NIMBUSSaveResponse — The response from NIMBUS save endpoint.
  - `state_id` integer, nullable, required — The id of the newest state

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/industrial-optimization-group/apis/desdeo-fast-api.md) · [All operations](https://skmtc.net/industrial-optimization-group/apis/desdeo-fast-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/industrial-optimization-group/desdeo-fast-api/versions/c24fa4e23380/schema)
