---
title: "Rename the CAD"
method: POST
path: "/cads/{cadId}/states/{cadStateId}/rename"
tags: ["CADs"]
---

# Rename the CAD

`POST /cads/{cadId}/states/{cadStateId}/rename`

Rename the CAD. This operation creates a new CAD state.

## Request body

- RenameCadRequest
  - `name` string, required — New CAD name.

## Response `200`

Successful operation.

- RenameCadResponse
  - `cadStateId` string, uuid — ID of the newly created CAD state.

## Other responses

- `403` — Insufficient Permissions
- `404` — Not found.

---

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