Skip to main content

Reload Program Models

PUT /program/reload

Use this method to clear out the in-memery versions of the processing data sets including program labels, assets, event_types and the event graph.

Request Parameters

Header Parameters

NameTypeDescription
program-id requiredstring

Responses

200 Successful Response

SuccessMessage | application/json

NameTypeProperties
result requiredstring

Response Example

{
"result": "string"
}

422 Validation Error

HTTPValidationError | application/json

NameTypeProperties
detailarray

items: {'$ref': '#/components/schemas/ValidationError'}

ValidationError | application/json

NameTypeProperties
loc requiredarray

items: {'anyOf': [{'type': 'string'}, {'type': 'integer'}]}

msg requiredstring
type requiredstring