---
title: "Restore a dismissed suggestion"
method: POST
path: "/v1/models/{modelId}/suggestions/{suggestionId}/restore"
tags: ["AI Model Suggestions"]
---

# Restore a dismissed suggestion

`POST /v1/models/{modelId}/suggestions/{suggestionId}/restore`

<Note>
  This endpoint requires **Organization Admin** permissions.
</Note>

Restore a previously dismissed suggestion back to the active list.

## Path parameters

- `modelId` string, uuid, required
- `suggestionId` string, uuid, required

## Response `200`

Suggestion restored successfully

- object
  - `success` boolean — Indicates the request was successful

## Other responses

- `400` — Malformed ID.
- `401` — Missing or invalid authentication.
- `403` — Feature not enabled, AI disabled, model is not a shared model, or caller lacks organization admin permissions
- `404` — Not Found Possible error messages: - `Model not found` - `Suggestion not found` - Cross-organization suggestion access denied
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)
- `500` — Internal Server Error

---

[API](https://skmtc.net/omni/apis/omni-api.md) · [All operations](https://skmtc.net/omni/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omni/omni-api/revisions/6b02f7349d0e/schema)
