Lybic Docs

Extend Sandbox

Extends a sandbox expire time by its ID.

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

Path Parameters

sandboxIdstring
orgIdstring

The organization ID

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

Empty