> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Run GCP Cloud Run Job

> Add a Run GCP Cloud Run Job command to a Paradime Bolt schedule to execute containerized jobs from the Paradime CLI as part of your dbt™ pipeline.

Execute one or more GCP Cloud Run jobs from a Bolt schedule to run containerized work as part of your pipeline.

## Prerequisites

* GCP connected as a [workspace integration](/integrations/gcp-cloud-run). Project and credentials are taken from that integration.

## Usage

Add the **Run GCP Cloud Run Job** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime GCP Cloud Run CLI](/developers/paradime-cli/gcp-cloud-run-cli):

```bash theme={"system"}
paradime run gcp-cloud-run-trigger --job-names=my-job
```

## Learn more

See the [Paradime GCP Cloud Run CLI](/developers/paradime-cli/gcp-cloud-run-cli) for the full command and flag reference.


## Related topics

- [GCP Cloud Run](/integrations/gcp-cloud-run.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [GCP Cloud Run CLI](/developers/paradime-cli/gcp-cloud-run-cli.md)
- [Run GCP Dataproc Job](/products/bolt/creating-schedules/command-settings/gcp-dataproc-job.md)
- [Run GCP Dataflow](/products/bolt/creating-schedules/command-settings/gcp-dataflow.md)
