Skip to content

New command: m365 pp aibuildermodel remove #4326

@nicodecleyre

Description

@nicodecleyre

Usage

m365 pp aibuildermodel remove

Description

Removes an AI builder model in the specified Power Platform environment.

Options

Option Description
-e, --environment <environment> The name of the environment for which to remove the AI Builder model.
-i, --id [id] The id of the AI Builder model. Specify either id or name but not both.
-n, --name [name] The name of the AI Builder model. Specify either id or name but not both.
--asAdmin Run the command as admin and remove the AI Builder model for environments you do not have explicitly assigned permissions to.
--confirm Don't prompt for confirmation.

Examples

Remove an AI Builder model in the given environment by name.

m365 pp aibuildermodel remove --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --name "AI Builder model"

Remove an AI Builder model in the given environment by id.

m365 pp aibuildermodel remove --environment "Default-d87a7535-dd31-4437-bfe1-95340acd55c5" --id "98c40cfd-6286-4127-8ba2-4ae82f3d08a1"

Default properties

No response

Additional Info

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions