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

# Control GCP Datastream

> Add a Control GCP Datastream command to a Paradime Bolt schedule to start, pause, or resume Datastream CDC streams from the Paradime CLI on demand.

Start, pause, or resume one or more GCP Datastream streams from a Bolt schedule to control change data capture as part of your pipeline.

## Prerequisites

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

## Usage

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

```bash theme={"system"}
paradime run gcp-datastream-trigger --stream-names=my-stream --action=start
```

Streams are identified by their display name. Supported actions: `start`, `pause`, and `resume`.

## Learn more

See the [Paradime GCP Datastream CLI](/developers/paradime-cli/gcp-datastream-cli) for the full command and flag reference.


## Related topics

- [GCP Datastream](/integrations/gcp-datastream.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [GCP Datastream CLI](/developers/paradime-cli/gcp-datastream-cli.md)
- [Integrations](/integrations/index.md)
- [GCP Dataflow](/integrations/gcp-dataflow.md)
