pp aibuildermodel remove
Removes the specified Microsoft Power Platform aibuildermodel in the specified Power Platform environment
Usage
m365 pp aibuildermodel remove [options]
Options
-e, --environmentName <environmentName>The name of the environment.
-i, --id [id]The id of the AI builder model. Specify either
idornamebut not both.-n, --name [name]The name of the AI builder model. Specify either
idornamebut not both.--asAdminRun the command as admin for environments you do not have explicitly assigned permissions to.
-f, --forceDon'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,permissions,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.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Examples
Removes the AI builder model owned by the currently signed-in user based on the name parameter
m365 pp aibuildermodel remove --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --name "AI Builder Model Name"
Removes the AI builder model owned by the currently signed-in user based on the name parameter without confirmation
m365 pp aibuildermodel remove --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --name "AI Builder Model Name" --force
Removes the AI builder model owned by another user based on the id parameter
m365 pp aibuildermodel remove --environmentName Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --id 9d9a13d0-6255-ed11-bba2-000d3adf774e --asAdmin
Response
The command won't return a response on success.