---
title: "PUT /projects/{name}/startProjectSession"
method: PUT
path: "/projects/{name}/startProjectSession"
---

# PUT /projects/{name}/startProjectSession

`PUT /projects/{name}/startProjectSession`

Creates an interactive session, enabling you to manipulate data in a DataBrew project.

## Path parameters

- `name` string, required

## Request body

- object
  - `AssumeControl` boolean — A value that, if true, enables you to take control of a session, even if a different client is currently accessing the project.

## Response `200`

Success

- StartProjectSessionResponse
  - `Name` string, required — The name of the project to be acted upon.
  - `ClientSessionId` string, password — A system-generated identifier for the session.

## Other responses

- `480` — ConflictException
- `481` — ResourceNotFoundException
- `482` — ServiceQuotaExceededException
- `483` — ValidationException

---

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