Restores an archived project to active status. Before restoring, the plan's active project count and storage limits are checked — if either would be exceeded the request is rejected with 403. This endpoint is idempotent — if the project is already active a success response is returned immediately.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢200
application/json
Project unarchived (or was already active)
Body
🟠401
🟠403
🟠404
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://connect.litehost.io/v1/projects//unarchive' \
--header'Authorization: Bearer <token>'