Remove-CsAgent
Deletes an AI Agent.
Syntax
Default (Default)
Remove-CsAgent
-Id <String>
[<CommonParameters>]
Description
Use the Remove-CsAgent cmdlet to delete an AI Agent.
Caution
This cmdlet will only work for customers that are participating in the AI Agent private preview for this feature. General Availability for this functionality has not been determined at this time.
Examples
Example 1
Remove-CsAgent -Id 7d9997d0-1013-4d9c-83eb-caa6ec05f1b3
This example deletes the AI Agent with the identity 7d9997d0-1013-4d9c-83eb-caa6ec05f1b3. If no AI Agent exists with the identity 7d9997d0-1013-4d9c-83eb-caa6ec05f1b3, then this command generates an error.
Parameters
-Id
The Id parameter is the unique identifier assigned to the AI Agent.
Parameter properties
| Type: | System.String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.