> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-testing-latest.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy to Google Cloud

> Deploy Weave models and ops to cloud platforms as production-ready API endpoints for inference and serving.

Use the `weave deploy` command to deploy a Weave model to Google Cloud as a production-ready API endpoint that you can call for inference.

<Note>
  `weave deploy` requires your machine to have `gcloud` installed and configured. `weave deploy gcp` uses your existing `gcloud` configuration when you don't specify settings directly with command-line arguments.
</Note>

To deploy a Weave model to Google Cloud, run:

```bash theme={null}
weave deploy gcp [REF]
```

After deployment, the command outputs a URL using the following schema. Visit the `/docs` path of the URL to interact with your deployed model.

```text theme={null}
Service URL: <PATH_TO_MODEL>. Visit <PATH_TO_MODEL>/docs to interact with your model!
```
