---
title: "Update Evaluation Project"
method: PATCH
path: "/felix/evaluations/{evaluation_id}/project"
tags: ["felix", "felix"]
---

# Update Evaluation Project

`PATCH /felix/evaluations/{evaluation_id}/project`

Moves an evaluation to a project.

Args:
    evaluation_id: Evaluation UUID.
    request: Project assignment.
    auth: Authenticated request context.

Returns:
    Project assignment confirmation.

Raises:
    HTTPException: If the evaluation is absent or persistence fails.

## Path parameters

- `evaluation_id` string, required

## Request body

- UpdateResourceProjectRequest — Request to assign a resource to a project (or unassign with empty string).
  - `project_id` string, required — Project ID to assign, or empty string to unassign

## Response `200`

Successful Response

- UpdateResourceProjectResponse — Response for project assignment update.
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

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