Deactivate Flow
sf_deactivate_flowDeactivate a Salesforce Flow to stop it from triggering. Sets the active version to Draft via the Tooling API, without deleting the flow.
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 |