Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Agent 365 CLI
Cleans up ALL resources (blueprint, instance, and Azure). Use subcommands for granular cleanup. The cleanup command provides options to clean up resources that you created during Agent 365 development and deployment. You can clean up all resources at once or use specific subcommands for granular cleanup of different resource types.
Minimum role required: Azure Contributor + Global Administrator
Syntax
a365 cleanup [command] [options]
Options
| Option | Description |
|---|---|
-c, --config <file> |
Path to configuration file |
-v, --verbose |
Enable verbose logging |
-?, -h, --help |
Show help and usage information |
cleanup blueprint
Remove Entra ID blueprint application and service principal.
a365 cleanup blueprint [options]
This command removes the agent blueprint application registration and associated service principal from Microsoft Entra ID.
blueprint options
| Option | Description |
|---|---|
-c, --config <file> |
Path to configuration file |
-v, --verbose |
Enable verbose logging |
--endpoint-only |
Clear only the messaging endpoint registration, keep the blueprint application |
--m365 |
Only meaningful with --endpoint-only. When set, clears the messaging endpoint from Teams Graph via MCP Platform. Default is false (opt-in). Ignored (with a warning) for full blueprint cleanup — deleting the blueprint cascades the backend configuration removal on the server side. |
-?, -h, --help |
Show help and usage information |
cleanup azure
Remove Azure resources (App Service, App Service Plan).
a365 cleanup azure [options]
This command removes the Azure App Service and App Service Plan resources that you created during the deployment process.
azure options
| Option | Description |
|---|---|
-c, --config <file> |
Path to configuration file |
-v, --verbose |
Enable verbose logging |
-?, -h, --help |
Show help and usage information |
cleanup instance
Remove agent instance identity and user from Entra ID.
a365 cleanup instance [options]
This command removes the agent instance identity and the associated user account from Microsoft Entra ID.
instance options
| Option | Description |
|---|---|
-c, --config <file> |
Path to configuration file |
-v, --verbose |
Enable verbose logging |
-?, -h, --help |
Show help and usage information |