workflows
Update Workflow
Update a workflow.
PUT
Update Workflow
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Successful Response
Workflow response model.
Previous
Delete WorkflowDelete a workflow with validation.
Args:
workflow_id: Workflow to delete
force: If True, removes workflow from all agents before deleting
Behavior:
- If no agents using workflow: Deletes immediately
- If agents using workflow and force=False: Returns error with agent list
- If agents using workflow and force=True: Removes from agents then deletes
Next
Update Workflow