For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Pause exportingAdded in 8.10

POST 

/exporting/pause

Strongly Consistent About endpoint data consistency

Pauses exporting on all partitions of the physical tenant. While paused, exported records are not committed, so the log is not compacted for the affected partitions.

With soft=true, exporting continues to run but its position is not committed, so the state after resuming is identical to a hard pause; use this variant when exporting must keep progressing (e.g. to avoid falling behind) while still preventing log compaction, such as during a backup.

Required permissions

When authorization is enabled, this endpoint requires the following permission. See resources and permissions to learn more.

Resource typePermission
EXPORTERPAUSE

Request

Responses

Exporting was successfully paused.