---
title: "POST /v1/{+jobName}:run"
method: POST
path: "/v1/{+jobName}:run"
tags: ["transferJobs"]
---

# POST /v1/{+jobName}:run

`POST /v1/{+jobName}:run`

Starts a new operation for the specified transfer job. A `TransferJob` has a maximum of one active `TransferOperation`. If this method is called while a `TransferOperation` is active, an error is returned.

## Path parameters

- `jobName` string, required

## Request body

- RunTransferJobRequest — Request passed to RunTransferJob.
  - `projectId` string — Required. The ID of the Google Cloud project that owns the transfer job.

## Response `200`

Successful response

---

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