[ Web Proxy ]
URL:
Viewing: https://cloud.google.com/dataform/docs/reference/mcp/tools_list/cancel_workflow_invocation [Back]  [Original]

MCP Tools Reference: dataform.googleapis.com  |  Dataform  |  Google Cloud Documentation Skip to main content
Google Cloud Documentation [Google Cloud Documentation]
Send feedback

MCP Tools Reference: dataform.googleapis.com Stay organized with collections Save and categorize content based on your preferences.

Tool: cancel_workflow_invocation

Request the graceful termination of a running Dataform workflow invocation.

This tool sends a cancellation signal to the running workflow. However, any individual BigQuery jobs, table creations, or assertions that have already completed as part of this workflow will not be rolled back.

The name parameter value must be in the format projects/{project_id}/locations/{location}/repositories/{repository}/workflowInvocations/{workflow_invocation}.

The following sample demonstrate how to use curl to invoke the cancel_workflow_invocation MCP tool.

Curl Request
                  
curl --location 'https://dataform.googleapis.com/mcp' \
--header 'content-type: application/json' \
--header 'accept: application/json, text/event-stream' \
--data '{
  "method": "tools/call",
  "params": {
    "name": "cancel_workflow_invocation",
    "arguments": {
      // provide these details according to the tool's MCP specification
    }
  },
  "jsonrpc": "2.0",
  "id": 1
}'
                

Input Schema

CancelWorkflowInvocation request message.

CancelWorkflowInvocationRequest

JSON representation
{
  "name": string
}
Fields
name

string

Required. The workflow invocation resource's name.

Output Schema

CancelWorkflowInvocation response message.

Tool Annotations

Destructive Hint: | Idempotent Hint: | Read Only Hint: | Open World Hint:

Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-08-17 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-17 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page