---
title: "Updates a project and returns the updated project."
method: PUT
path: "/organizations/projects"
tags: ["Projects"]
---

# Updates a project and returns the updated project.

`PUT /organizations/projects`

Requests to this resource must contain the json-encoded representation of the changes they want to make to the project.
Currently only the project's name can be changed.

## Query parameters

- `project_id` string, required

## Request body

- ProjectsPutRequest
  - `name` string, required — New name for the project.

## Response `200`

- ProjectsPutPostResponseV1
  - `project` Project, required
    - `id` string, required — ID of the project.
    - `name` string, required — Name of the project.
    - `organization_id` string, required — ID of the organization that owns the project.
    - `relation` string, required — Relation of the logged-in user to the project. Deprecated.
    - `resources` ProjectResources, required
      - `disks` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.
      - `images` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.
      - `instances` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.
      - `snapshots` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.
      - `vpc_networks` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
