restore_flow
Restore a soft-deleted flow by its ID. Avoids stale-version conflicts; returns 409 if a live flow claims the same name or slot.
Instructions
Undo delete_flow — bring a soft-deleted flow back. Takes no version check (a restore must never lose to a stale-version guard). Can 409 if a live flow now holds a name/slot this one also claims.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The flow's id. |