patch
https://www.virustotal.com/api/v3/agentspace/flows/
Update an existing Agentic Flow.
Partially updates a Flow. Send only the attributes you want to change inside data.attributes. Writable attributes: name, enabled, nodes, connections. Requires editor access. Supplying nodes or connections replaces the whole array (there is no per-node patch).
{
"data": {
"type": "flow",
"attributes": {
"enabled": false
}
}
}