---
title: "Bulk move content"
method: POST
path: "/api/v2/content/bulk-action/{projectUuid}/move"
tags: ["Content", "Bulk action", "Move content", "v2", "Content"]
---

# Bulk move content

`POST /api/v2/content/bulk-action/{projectUuid}/move`

Move multiple items (Charts, Dashboards, Spaces) to another space

## Path parameters

- `projectUuid` string, required

## Request body

- ApiContentBulkActionBodyContentActionMove
  - `action` ContentActionMove, required
    - `targetSpaceUuid` string, nullable, required
    - `type` 'move', required
  - `content` ItemPayload[], required
    - union
      - object
        - `source` 'dbt_explore' | 'sql', required
        - `contentType` 'chart', required
        - `uuid` string, required
      - object
        - `contentType` 'dashboard', required
        - `uuid` string, required
      - object
        - `contentType` 'space', required
        - `uuid` string, required
      - object
        - `contentType` 'data_app', required
        - `uuid` string, required

## Response `200`

Success

- ApiSuccessEmpty
  - `results` unknown
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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