Skip to content

Google Cloud Run ​

Deploy and manage containerized services on Google Cloud Run.

DetailValue
CategoryCloud & Infra
Base URLhttps://run.googleapis.com/v2
AuthenticationSee connector docs
Endpoints8
Connector keygcp-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 ​

EndpointSummary
GET /projects/{projectId}/locations/{location}/servicesList services
POST /projects/{projectId}/locations/{location}/servicesCreate a service
GET /projects/{projectId}/locations/{location}/services/{serviceId}Get service details
PATCH /projects/{projectId}/locations/{location}/services/{serviceId}Update a service
DELETE /projects/{projectId}/locations/{location}/services/{serviceId}Delete a service
GET /projects/{projectId}/locations/{location}/services/{serviceId}/revisionsList revisions
GET /projects/{projectId}/locations/{location}/jobsList jobs
POST /projects/{projectId}/locations/{location}/jobs/{jobId}:runRun a job

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.