Update a project
Deprecated: use `PATCH /org/projects/{id}` instead. This route will be removed on 2026-11-24. Update a project's name or status.
Deprecated
/projects/{id}Deprecated: use PATCH /org/projects/{id} instead. This route will be removed on 2026-11-24.
Update a project's name or status.
Authorization
bearerAuth In: header
Path Parameters
Project ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response
Project updated
curl -X PATCH "https://example.com/projects/string" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "name": "string", "status": "active", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}getGet a project
Deprecated: use `GET /org/projects/{id}` instead. This route will be removed on 2026-11-24. Get a project by ID.
delDelete a project
Deprecated: use `DELETE /org/projects/{id}` instead. This route will be removed on 2026-11-24. Soft-delete a project. The project must be empty (no active resources).