---
title: "Update Project"
method: PATCH
path: "/api/v1/dbt/cloud/projects/{project_id}"
tags: ["DBT_CLOUD", "dbt_cloud"]
deprecated: true
---

# Update Project

`PATCH /api/v1/dbt/cloud/projects/{project_id}`

> **Deprecated.**

Enable or disable sync for a dbt Cloud project.

## Path parameters

- `project_id` integer, required

## Request body

- DbtCloudProjectUpdateRequest — Request to update a dbt Cloud project.
  - `is_enabled` boolean, required — Enable/disable sync for this project

## Response `200`

Successful Response

- DbtCloudProjectResponse — dbt Cloud project information.
  - `id` integer, required
  - `external_project_id` string, required
  - `project_name` string, nullable, required
  - `dbt_core_integration_id` integer, required
  - `is_enabled` boolean, required
  - `created_at` string, date-time, required
  - `last_modified_at` string, date-time, required
  - `environments` DbtCloudEnvironmentResponse[], nullable
    - `id` integer, required
    - `external_environment_id` string, required
    - `environment_name` string, nullable, required
    - `environment_type` string, nullable, required
    - `dbt_core_integration_environment_id` integer, required
    - `is_enabled` boolean, required
    - `last_processed_run_finished_at` string, date-time, nullable, required
    - `created_at` string, date-time, required
    - `last_modified_at` string, date-time, required
    - `processed_runs_count` integer, nullable

## Other responses

- `400` — Bad request
- `403` — Forbidden
- `404` — Not found
- `422` — Validation Error

---

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