Archive a project

Archive a specific project with its UUID.

{danger.fa-close} This operation cannot be undone.

PUT /aos/v1/projects/{projectId}/archive

Query params

Parameter Type Mandatory
projectId string (uuid) yes

Response

Status: 200 OK

It returns a project object as described in the Retrieve a project section

{
    "project": {
        "id": "97d005ae-dfde-4abd-9a48-8383300b7894",
        // ...
        "archived": true,
        "archived_at": "2022-03-08T08:25:24.822000Z",
        // ...
    }
}