---
title: "POST /projects/{project}/global/addresses/{address}/move"
method: POST
path: "/projects/{project}/global/addresses/{address}/move"
tags: ["globalAddresses"]
---

# POST /projects/{project}/global/addresses/{address}/move

`POST /projects/{project}/global/addresses/{address}/move`

Moves the specified address resource from one project to another project.

## Path parameters

- `project` string, required
- `address` string, required

## Query parameters

- `requestId` string

## Request body

- GlobalAddressesMoveRequest
  - `destinationAddress` string — The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project/global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So/global/addresses/address is not valid partial url.
  - `description` string — An optional destination address description if intended to be different from the source.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/compute.md) · [All operations](https://skmtc.net/google/apis/compute/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/compute/revisions/6120ed8969d4/schema)
