---
title: "Move Content from Space root"
method: POST
path: "/spaces/{spaceId}/move"
tags: ["Folders"]
---

# Move Content from Space root

`POST /spaces/{spaceId}/move`

Move content located at the root level of a Space. Several resources can be moved with the same request. All resources must be moved to the same target location. Folders cannot be moved to a different Space. Projects can only be moved to a Personal Space if the Space owner and the project owner match.

## Path parameters

- `spaceId` string, uuid, required

## Request body

- MoveContentRequest
  - `entries` ResourceToMove[], required
    - `folderId` string, uuid — Use this field to move an entire folder
    - `projectId` string — Use this field to move a project
  - `to` ResourceLocation, required — Specify the destination to which the resource will be moved/copied
    - `spaceId` string, uuid, required
    - `parentFolderId` string, uuid — If missing, the resource will be moved/copied to the root of the Space

## Response `204`

Content moved successfully

## Other responses

- `403` — Insufficient permissions

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
