For the complete documentation index, see llms.txt. This page is also available as Markdown.

Restore

Deprecated

Restore a backup to an environment

post

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use POST /applyConsoleExport/{environmentId}

Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Body
backupIdstring · uuidOptional
backupVersionstringOptional
databasestringOptional
keystringOptional
resetCustomizationsbooleanOptional
skipRestorePostprocessingbooleanOptional
Responses
default

default response

*/*
post/restore/{environmentId}
default

default response

Deprecated

Cancel a restore operation in progress

put

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use PUT /applyConsoleExport/{environmentId}/cancel

Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Responses
default

default response

*/*
put/restore/{environmentId}/cancel
default

default response

Deprecated

Restore an environment to factory defaults

post

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use POST /applyConsoleExport/{environmentId}/factoryDefaults

Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Responses
default

default response

*/*
post/restore/{environmentId}/factoryDefaults
default

default response

Deprecated

Retrieve the state of all steps of the restore operation on a specified environment

get

This endpoint is deprecated since 2025.05 and will be removed in the future. Please use GET /applyConsoleExport/{environmentId}/state

Path parameters
environmentIdstring · uuidRequired

The ID of the target environment

Responses
default

default response

application/json
get/restore/{environmentId}/state
default

default response

Last updated

Was this helpful?