delete-environment
Permanently delete an Amazon MWAA environment and all associated resources. Initiates an irreversible, asynchronous deletion; requires --allow-write flag for execution.
Instructions
Delete an MWAA environment.
Permanently deletes the specified MWAA environment and all associated resources.
This operation is irreversible and asynchronous.
Requires the --allow-write flag.
Args:
ctx: The MCP context.
environment_name: Name of the environment to delete.
region: AWS region override.
profile_name: AWS CLI profile name override.
Returns:
CallToolResult confirming deletion was initiated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | AWS region. Defaults to AWS_REGION env var or us-east-1. | |
| profile_name | No | AWS CLI profile name. Falls back to AWS_PROFILE env var. | |
| environment_name | Yes | Name of the MWAA environment to delete. |