Skip to main content

Creates a new snapshot.

POST 

http://127.0.0.1:14265/api/core/v2/control/snapshot/create

Creates a new snapshot.

Request

Body

    index integerrequired

    The index of the snapshot.

Responses

Successful operation.

Schema
    index integerrequired

    The index of the snapshot.

    filePath stringrequired

    The file path of the snapshot file.

curl -L -X POST 'http://127.0.0.1:14265/api/core/v2/control/snapshot/create' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"index": 0
}'
Request Collapse all
Base URL
http://127.0.0.1:14265
Body
{
  "index": 0
}
ResponseClear

Click the Send API Request button above and see the response here!