Delete an agent
cs_delete_agentPermanently delete a Copilot Studio agent from your environment. Use the confirm flag to execute the deletion; without it, the tool returns a dry run.
Instructions
pac copilot delete: permanently delete an agent from the environment. Requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | Yes | Agent id or schema name | |
| confirm | No | Required to actually perform a change in a live environment. Without it the tool returns a dry run. | |
| environment | No | Environment id or URL. Defaults to the active pac auth profile. |