Skip to main content

Prunes the node database.

POST 

/api/core/v2/control/database/prune

Prunes the node database.

Request

Body

    index integer

    The pruning target index.

    depth integer

    The pruning depth.

    targetDatabaseSize string

    The target size of the database in bytes.

Responses

Successful operation.

Schema
    index integerrequired

    The index of the snapshot.

Loading...