cURL
curl --request PATCH \ --url https://flowra.dev/api/v1/tools/byId/{id}/status \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Enable or disable a tool without deleting it. Disabled tools cannot be executed or selected in workflows.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Tool status updated successfully
Show child attributes
Was this page helpful?