Skip to content
New issue

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

New command: m365 pp aibuildermodel remove #4326

Closed
nicodecleyre opened this issue Jan 10, 2023 · 4 comments
Closed

New command: m365 pp aibuildermodel remove #4326

nicodecleyre opened this issue Jan 10, 2023 · 4 comments
Assignees
Milestone

Comments

@nicodecleyre
Copy link
Contributor

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

@milanholemans
Copy link
Contributor

Looks good to me 👍 , do you want to work on it or should I open it up to the community?

@nicodecleyre
Copy link
Contributor Author

Looks good to me 👍 , do you want to work on it or should I open it up to the community?

Let's leave it open to the community for now

@nicodecleyre
Copy link
Contributor Author

Can I pick up this one?

@milanholemans
Copy link
Contributor

Sure @nicodecleyre, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants