--- title: 'Google Cloud Run' description: 'Deploy and manage containerized services on Google Cloud Run.' --- # Google Cloud Run Deploy and manage containerized services on Google Cloud Run. | Detail | Value | |---|---| | Category | Cloud & Infra | | Base URL | `https://run.googleapis.com/v2` | | Authentication | See connector docs | | Endpoints | 8 | | Connector key | `gcp-cloud-run` | ## Using Google Cloud Run in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Google Cloud Run** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /projects/{projectId}/locations/{location}/services](./get_projects_projectid_locations_location_services_cloud_listservices) | List services | | [POST /projects/{projectId}/locations/{location}/services](./post_projects_projectid_locations_location_services_cloud_createservice) | Create a service | | [GET /projects/{projectId}/locations/{location}/services/{serviceId}](./get_projects_projectid_locations_location_services_serviceid_cloud_getservice) | Get service details | | [PATCH /projects/{projectId}/locations/{location}/services/{serviceId}](./patch_projects_projectid_locations_location_services_serviceid_cloud_updateservice) | Update a service | | [DELETE /projects/{projectId}/locations/{location}/services/{serviceId}](./delete_projects_projectid_locations_location_services_serviceid_cloud_deleteservice) | Delete a service | | [GET /projects/{projectId}/locations/{location}/services/{serviceId}/revisions](./get_projects_projectid_locations_location_services_serviceid_revisions_cloud_listrevisions) | List revisions | | [GET /projects/{projectId}/locations/{location}/jobs](./get_projects_projectid_locations_location_jobs_cloud_listjobs) | List jobs | | [POST /projects/{projectId}/locations/{location}/jobs/{jobId}:run](./post_projects_projectid_locations_location_jobs_jobid_run_cloud_runjob) | Run a job | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.