---
title: "Queue a rebuild of generated nutrition plan content"
method: POST
path: "/patients/{patient_id}/nutrition-plan/content/rebuild"
tags: ["nutrition-plan"]
---

# Queue a rebuild of generated nutrition plan content

`POST /patients/{patient_id}/nutrition-plan/content/rebuild`

## Path parameters

- `patient_id` integer, required

## Request body

- NutritionPlanContentRebuildRequest
  - `content_types` string[], nullable
  - `force` boolean, nullable
  - `plan_date` string, nullable — Date in YYYY-MM-DD format

## Response `200`

successful operation

- NutritionPlanContentRebuildResponse
  - `patient_id` integer, required
  - `plan_date` string, required — Date in YYYY-MM-DD format
  - `status` 'queued', required

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/750cc0d96a93?raw)
