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

# Invoke GCP Cloud Function

> Add an Invoke GCP Cloud Function command to a Paradime Bolt schedule to run event-driven serverless logic from the Paradime CLI in your pipeline.

Invoke one or more GCP Cloud Functions from a Bolt schedule to run custom logic as part of your pipeline.

## Prerequisites

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

## Usage

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

```bash theme={"system"}
paradime run gcp-cloud-function-trigger --function-names=my_fn
```

Pass a JSON body with `--payload='{"key":"value"}'`.

## Learn more

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


## Related topics

- [GCP Cloud Functions](/integrations/gcp-cloud-function.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [GCP Cloud Function CLI](/developers/paradime-cli/gcp-cloud-function-cli.md)
- [Integrations](/integrations/index.md)
- [GCP Cloud Run](/integrations/gcp-cloud-run.md)
