Skip to main content

Administrating MarkLogic Server

/manage/v2/databases/{id|name}/partitions/{name}

Method

Description

Parameters

XQuery Equivalent

GET

Gets a summary of the partition, including links to containing database, links to member forests, and link to configuration

format? (json | xml)

tieredstorage:partition-forests

DELETE

Deletes the partition

delete-data? (true|false)

tieredstorage:partition-delete

PUT

Invokes one of the following operations on the partition:

  • resize (asynchronous)

  • transfer (synchronous)

  • migrate (asynchronous)

format? (json | xml)

tieredstorage:partition-resize

tieredstorage:partition-transfer

tieredstorage:partition-migrate

For examples, see these topics: