HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/examples/ssm/delete-maintenance-window.rst
**To delete a maintenance window**

This ``delete-maintenance-window`` example removes the specified maintenance window. ::

    aws ssm delete-maintenance-window \
        --window-id "mw-1a2b3c4d5e6f7g8h9"

Output::

    {
        "WindowId":"mw-1a2b3c4d5e6f7g8h9"
    }
  
For more information, see `Delete a Maintenance Window (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-delete-mw.html>`__ in the *AWS Systems Manager User Guide*.