---
title: "Upload a project archive as a new project or a new revision of an existing project"
method: PUT
path: "/api/projects"
tags: ["Project"]
---

# Upload a project archive as a new project or a new revision of an existing project

`PUT /api/projects`

## Query parameters

- `project` string, required
- `revision` string, required
- `schedule_from` string

## Headers

- `Content-Length` integer

## Response `200`

successful operation

- RestProject
  - `name` string
  - `id` Id
  - `deletedAt` integer
  - `updatedAt` integer
  - `revision` string
  - `archiveType` string
  - `archiveMd5` string[]
  - `createdAt` integer

---

[API](https://skmtc.dev/treasure-data/apis/digdag.md) · [All operations](https://skmtc.dev/treasure-data/apis/digdag/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/treasure-data/digdag/revisions/f20fc79e6266/schema)
