Skip to main content
POST
/
api
/
bootstrap
/
start
Bootstrap Start
curl --request POST \
  --url http://localhost:8080/api/bootstrap/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "dry_run": true,
  "target": "full"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
dry_run
boolean
default:true
target
string
default:full

Response

Successful Response