Skip to main content
Infrastructure/Installer
DELETEInstallerSince 1.0SynchronousAuth Required

ResetInstallerState

Reset the installer state to idle to restart the installation wizard

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

DELETE endpoints return an empty object on success, or a standard error structure on failure.

Success Response

{}

Error Response

{
  "error": {
    "code": "SYS.1001",
    "description": "A message or a operation timeout",
    "details": "Delete resource timeout after 300s"
  }
}

Endpoint

DELETE/api/v1/installer/state

/api/v1/installer/state

Operation ID

ResetInstallerState

Permalink

Request Example

curl -X DELETE '{host}/api/v1/installer/state' -H 'Authorization: Bearer {token}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history