Deactivate Flow
sf_deactivate_flowSets a Salesforce Flow's active version to Draft via Tooling API, stopping it from being triggered. Re-activate later with the activation tool.
Instructions
Deactivates the currently active version of a Flow via the Tooling API, setting its status to Draft. This stops the flow from being triggered. Use sf_activate_flow to re-activate a specific version. Note: deactivating a flow does not delete it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowApiName | Yes | Flow API name to deactivate |