---
title: "POST /v1/{+name}:apply"
method: POST
path: "/v1/{+name}:apply"
tags: ["projects"]
---

# POST /v1/{+name}:apply

`POST /v1/{+name}:apply`

Applies draft tree onto a specific destination database.

## Path parameters

- `name` string, required

## Request body

- ApplyConversionWorkspaceRequest — Request message for 'ApplyConversionWorkspace' request.
  - `autoCommit` boolean — Optional. Specifies whether the conversion workspace is to be committed automatically after the apply.
  - `filter` string — Optional. Filter which entities to apply. Leaving this field empty will apply all of the entities. Supports Google AIP 160 based filtering.
  - `dryRun` boolean — Optional. Only validates the apply process, but doesn't change the destination database. Only works for PostgreSQL destination connection profile.
  - `connectionProfile` string — Optional. Fully qualified (Uri) name of the destination connection profile.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/datamigration.md) · [All operations](https://skmtc.dev/google/apis/datamigration/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/datamigration/revisions/d77bd66e25e6/schema)
