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

# POST /v1/{+name}:run

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

Creates a job for the specified pipeline directly. You can use this method when the internal scheduler is not configured and you want to trigger the job directly or through an external system. Returns a "NOT_FOUND" error if the pipeline doesn't exist. Returns a "FORBIDDEN" error if the user doesn't have permission to access the pipeline or run jobs for the pipeline.

## Path parameters

- `name` string, required

## Request body

- GoogleCloudDatapipelinesV1RunPipelineRequest — Request message for RunPipeline

## Response `200`

Successful response

---

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