End of support notice: On November 13, 2025, AWS will discontinue support
for AWS Elemental MediaStore. After November 13, 2025, you will no longer be able to access the MediaStore console
or MediaStore resources. For more information, visit this
blog post
You can delete a container only if it has no objects.
To delete a container (console)
Open the MediaStore console at https://console.aws.amazon.com/mediastore/
. -
On the Containers page, choose the option to the left of the container name.
-
Choose Delete.
To delete a container (AWS CLI)
-
In the AWS CLI, use the
delete-container
command:aws mediastore delete-container --container-name=
ExampleLiveDemo
--regionus-west-2
This command has no return value.