openml.flows
.delete_flow¶
- openml.flows.delete_flow(flow_id: int) bool ¶
Delete flow with id flow_id from the OpenML server.
You can only delete flows which you uploaded and which which are not linked to runs.
- Parameters:
- flow_idint
OpenML id of the flow
- Returns:
- bool
True if the deletion was successful. False otherwise.