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
Lists all soft-deleted Power Automate flows within an environment
Options
Option
Description
-e, --environmentName <environmentName>
The name of the environment.
Examples
List all soft-deleted flows within a specific environment
m365 flow recyclebinitem list --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5
Default properties
Name
Display name
Additional Info
Docs
Remarks
A Power Automate flow is soft-deleted when:
It's a non-solution flow.
It's been deleted less than 21 days ago.
Warning
This command is based on an API that is currently in preview and is subject to change once the API reaches general availability.
(instead of note, use info admonition)
Note
To use this command, you must be a Global or Power Platform administrator.
API request
GET https://api.flow.microsoft.com/providers/Microsoft.ProcessSimple/scopes/admin/environments/<Environment ID>/v2/flows?api-version=2016-11-01&include=softDeletedFlows
Can't really find a way to filter only the deleted flows. Worst case we have to do an in-memory filtering on properties/state = Deleted.
The text was updated successfully, but these errors were encountered:
Usage
m365 flow recyclebinitem list [options]
Description
Lists all soft-deleted Power Automate flows within an environment
Options
-e, --environmentName <environmentName>
Examples
List all soft-deleted flows within a specific environment
Default properties
Additional Info
Docs
Remarks
A Power Automate flow is soft-deleted when:
Warning
This command is based on an API that is currently in preview and is subject to change once the API reaches general availability.
(instead of note, use info admonition)
Note
To use this command, you must be a Global or Power Platform administrator.
API request
Can't really find a way to filter only the deleted flows. Worst case we have to do an in-memory filtering on
properties/state = Deleted
.The text was updated successfully, but these errors were encountered: