cURL
curl --request PUT \ --url https://app.kosli.com/api/v2/environments/{org}/{env_name}/archive \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "errors": {} }
Archive an environment.
Documentation IndexFetch the complete documentation index at: https://docs.kosli.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.kosli.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Environment archived successfully