Skip to main content
PUT
/
admin
/
v1
/
topics
/
{topicName}
/
unload
Unload the topic with the given topic_name.
curl --request PUT \
  --url https://api.example.com/admin/v1/topics/{topicName}/unload

Documentation Index

Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

topicName
string
required

The topic name format is tenant.namespace.topic. Or topic with specific partition can be unloaded by using tenant.namespace.topic-partition format.

Response

Topic unloaded successfully