Unloads a topic from memory on the broker, releasing resources while preserving data. This operation is useful for reducing memory usage on topics that are not actively being used.
curl --request PUT \
--url https://api.example.com/admin/v1/topics/{topicName}/unloadDocumentation Index
Fetch the complete documentation index at: https://docs.streamnative.io/llms.txt
Use this file to discover all available pages before exploring further.
The topic name format is tenant.namespace.topic. Or topic with specific partition can be unloaded by using tenant.namespace.topic-partition format.
Topic unloaded successfully
Was this page helpful?
curl --request PUT \
--url https://api.example.com/admin/v1/topics/{topicName}/unload