unpause-dag
Unpause a DAG in Amazon MWAA to resume its scheduled runs. Sets the paused status to false, reactivating the workflow.
Instructions
Unpause a DAG.
Sets the DAG's paused status to false, allowing scheduled runs to resume.
Requires the --allow-write flag.
Args:
ctx: The MCP context.
environment_name: Name of the MWAA environment.
dag_id: The DAG identifier to unpause.
region: AWS region override.
profile_name: AWS CLI profile name override.
Returns:
CallToolResult confirming the DAG was unpaused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dag_id | Yes | The DAG ID to unpause. | |
| region | No | AWS region override. | |
| profile_name | No | AWS CLI profile name override. | |
| environment_name | No | Name of the MWAA environment. If omitted and only one environment exists, it is used automatically. |