Restore Tablet
Restore Tablet
Requestβ
POST /api/restore_tablet?tablet_id={int}&schema_hash={int}"
Descriptionβ
To restore the tablet data from trash dir on BE
Query parametersβ
tablet_id
ID of the tabletschema_hash
Schema hash
Request bodyβ
None
Responseβ
```
{
msg: "OK",
code: 0
}
```
Examplesβ
```
curl -X POST "http://127.0.0.1:8040/api/restore_tablet?tablet_id=123456&schema_hash=1111111"
```