We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m365 spp model unapply/revert [options]
Removes a trained document understanding model from the document library.
-u, --webUrl <webUrl>
-i, --id [id]
id
title
-t, --title [title]
--listTitle [listTitle]
listTitle
listId
listUrl
--listId [listId]
--listUrl [listUrl]
-f, --force
Removes a trained document understanding model by ID from a document library based on the list title.
m365 spp model unapply --webUrl 'https://contoso.sharepoint.com' --id '7645e69d-21fb-4a24-a17a-9bdfa7cb63dc' --listTitle 'Shared Documents'
Removes a trained document understanding model by title from a document library based on the list title.
m365 spp model unapply --webUrl 'https://contoso.sharepoint.com' --title 'ModelExample' --listTitle 'Shared Documents'
Removes a trained document understanding model by title from a document library based on the list URL.
m365 spp model unapply --webUrl 'https://contoso.sharepoint.com' --title 'ModelExample' --listUrl '/Shared Documents'
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Usage
m365 spp model unapply/revert [options]
Description
Removes a trained document understanding model from the document library.
Options
-u, --webUrl <webUrl>
-i, --id [id]
id
ortitle
but not both.-t, --title [title]
id
ortitle
but not both.--listTitle [listTitle]
listTitle
,listId
, orlistUrl
but not multiple.--listId [listId]
listTitle
,listId
, orlistUrl
but not multiple.--listUrl [listUrl]
listTitle
,listId
, orlistUrl
but not multiple.-f, --force
Examples
Removes a trained document understanding model by ID from a document library based on the list title.
Removes a trained document understanding model by title from a document library based on the list title.
Removes a trained document understanding model by title from a document library based on the list URL.
Default properties
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: