Archives the project. Archived projects are excluded from the active quota (project count and storage). This endpoint is idempotent — if the project is already archived a success response is returned immediately with no changes.
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 archived (or was already archived)
Body
🟠401
🟠404
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://connect.litehost.io/v1/projects//archive' \
--header'Authorization: Bearer <token>'