Tutorial: Delete a maintenance window (Amazon CLI) - Amazon Systems Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Tutorial: Delete a maintenance window (Amazon CLI)

To delete a maintenance window you created in these tutorials, run the following command.

aws ssm delete-maintenance-window --window-id "mw-0c50858d01EXAMPLE"

The system returns information like the following.

{
   "WindowId":"mw-0c50858d01EXAMPLE"
}