Skip to main content

Reinstall an engine

Rebuilds an installed engine beside the old one and swaps it in once it works.

POST /engines/{engine}/reinstall

note

SDK method: reinstallEngine

Attributes​

Attributes (2)
AttributeTypeRequiredDescription
enginestringYesPath parameter.
acceptstringNo

Response​

202 — Returns a InstallJob object.

400 Bad Request — Returns a ErrorBody object.

403 Forbidden — Returns a ErrorBody object.

404 Not Found — Returns a ErrorBody object.

409 Conflict — Returns a ErrorBody object.