---
title: "Rename resources"
method: POST
path: "/api/v1/projects/{projectUuid}/rename"
tags: ["Projects"]
---

# Rename resources

`POST /api/v1/projects/{projectUuid}/rename`

Rename resources in a project

## Path parameters

- `projectUuid` string, required

## Request body

- ApiRenameBody
  - `model` string
  - `dryRun` boolean
  - `type` 'model' | 'field', required
  - `from` string, required
  - `to` string, required

## Response `200`

Success

- ApiJobScheduledResponse
  - `results` object, required
    - `jobId` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
