Paid plan required. Not available on the free tier — upgrade to starter or higher.
403. This endpoint is idempotent — if the project is already active a success response is returned immediately.curl --location --request POST 'https://connect.litehost.io/v1/projects//unarchive' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": {
"archived": false
}
}