Lybic Docs

Extend Sandbox

Extends a sandbox expire time by its ID.

POST
/api/orgs/{orgId}/sandboxes/{sandboxId}/extend

Extends a sandbox expire time by its ID.

Path Parameters

sandboxId*string
orgId*string

The organization ID

Request Body

application/json

maxLifeSeconds?number

The new max life time of the sandbox (relative to the current time) in seconds. Should not less than 30 seconds or more than 24 hours. Note that the total maximum lifetime of a sandbox should not longer than 13 days.

Default3600
Range30 <= value <= 86400

Response Body

curl -X POST "https://loading/api/orgs/string/sandboxes/string/extend" \  -H "Content-Type: application/json" \  -d '{}'
Empty