---
title: "Update Active Project"
method: PUT
path: "/v1/projects/{project_id}/active"
tags: ["Project"]
---

# Update Active Project

`PUT /v1/projects/{project_id}/active`

## Path parameters

- `project_id` integer, required

## Query parameters

- `timeout` integer, nullable

## Headers

- `apikey` string, nullable

## Request body

- IsActiveProject
  - `isActive` boolean, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/landing-ai/apis/landinglens-api.md) · [All operations](https://skmtc.net/landing-ai/apis/landinglens-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/landing-ai/landinglens-api/versions/73e50adb1306/schema)
