Deleting a stream in the AWS CLI
Written by
Updated at July 15, 2025
CLI
To delete a stream, run this command:
aws kinesis delete-stream \
--endpoint <endpoint> \
--stream-name <stream_ID>
-
--endpoint
: Specify thehttps://yds.serverless.yandexcloud.net
endpoint to delete a stream that receives data over the AWS Kinesis Data Streams protocol. -
--stream-name
: Consists of the availability zone, folder ID, Yandex Managed Service for YDB database ID, and stream name.For example, your stream ID will appear as
/ru-central1/aoeu1kuk2dht********/cc8029jgtuab********/aws_stream
if:aws_stream
: Stream name.ru-central1
: Region.aoeu1kuk2dht********
: Folder ID.cc8029jgtuab********
: YDB database ID.
Command example:
aws kinesis delete-stream \
--endpoint https://yds.serverless.yandexcloud.net \
--stream-name /ru-central1/aoeu1kuk2dht********/cc8029jgtuab********/aws_stream