spo file checkout undo
Discards a checked out file
Usage
m365 spo file checkout undo [options]
Options
-u, --webUrl <webUrl>
The URL of the site where the file is located.
--fileUrl [fileUrl]
The server- or site-relative decoded URL of the file to retrieve. Specify either
fileUrl
orfileId
but not both.-i, --fileId [fileId]
The UniqueId (GUID) of the file to retrieve. Specify either
fileUrl
orfileId
but not both.-f, --force
Don't prompt for confirmation.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Examples
Discards a checked-out file with a specific ID.
m365 spo file checkout undo --webUrl https://contoso.sharepoint.com/sites/project-x --fileId 'b2307a39-e878-458b-bc90-03bc578531d6'
Discards a checked-out file with a specific URL without prompting for confirmation.
m365 spo file checkout undo --webUrl https://contoso.sharepoint.com/sites/project-x --fileUrl '/sites/project-x/documents/Test1.docx' --force
Response
The command won't return a response on success.