You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Prefect REST API supports flow removal via DELETE HTTP method on the /api/flows/{flow_id} endpoint. However, the Python Prefect client lacks this functionality, making it impossible to remove the flow without patching the client or calling the Prefect REST API directly.
Version info
Version: 3.1.6.dev7+0.g8fd92fe5e6.dirty
API version: 0.8.4
Python version: 3.11.11
Git commit: 8fd92fe5
Built: Sun, Dec 8, 2024 8:00 PM
OS/Arch: darwin/arm64
Profile: default
Server type: server
Pydantic version: 2.10.3
Additional context
The missing functionality affects both Prefect 2 and 3.
The text was updated successfully, but these errors were encountered:
Bug summary
The Prefect REST API supports flow removal via
DELETE
HTTP method on the/api/flows/{flow_id}
endpoint. However, the Python Prefect client lacks this functionality, making it impossible to remove the flow without patching the client or calling the Prefect REST API directly.Version info
Additional context
The missing functionality affects both Prefect 2 and 3.
The text was updated successfully, but these errors were encountered: