> ## 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.

# GCP Cloud Run

> Trigger Google Cloud Run Jobs from Paradime Bolt schedules and the CLI so you can orchestrate containerized GCP workloads next to your dbt job runs.

[Google Cloud Run](https://cloud.google.com/run) is a managed compute platform that runs containers and containerized jobs. Trigger Cloud Run Jobs as part of your Paradime Bolt schedules using the Paradime CLI.

## What you can do

* Trigger one or more Cloud Run Jobs by name, optionally waiting for the execution to complete
* List all Cloud Run Jobs available in a project and region

## Prerequisites

* `GCP_SERVICE_ACCOUNT_KEY_FILE`: path to a GCP service account JSON key file with permissions to trigger and list Cloud Run Jobs
* `GCP_PROJECT_ID`: your GCP project ID
* `GCP_LOCATION`: GCP region (e.g. 'us-central1')

## Trigger from Bolt

Set your credentials as [environment variables](/products/settings/environment-variables/bolt-schedule-env-variables) on your Bolt schedule, then run the command as part of the schedule.

See the full command reference, flags, and examples in the [GCP Cloud Run CLI](/developers/paradime-cli/gcp-cloud-run-cli) documentation.


## Related topics

- [GCP Cloud Run CLI](/developers/paradime-cli/gcp-cloud-run-cli.md)
- [GCP Cloud Functions](/integrations/gcp-cloud-function.md)
- [GCP Cloud Function CLI](/developers/paradime-cli/gcp-cloud-function-cli.md)
- [GCP Dataproc](/integrations/gcp-dataproc.md)
- [GCP Datastream](/integrations/gcp-datastream.md)
