CreateInstance
Creates a new instance with all needed setup data This might take some time
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/instances/_create" \ -H "Content-Type: application/json" \ -d '{ "human": {} }'{
"instanceId": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"pat": "string",
"machineKey": "string"
}Was this page helpful?
ClearView
ClearView: Truncates the delta of the change stream be carefull with this function because Zitadel has to recompute the deltas after they got cleared. Search requests will return wrong results until all delta...
Healthz
Healthz: Indicates if Zitadel is running. It respondes as soon as Zitadel started