compute-leases

Release Lease

Free the boxes under this lease: the given sessions, or everything.

With no session_ids the lease is marked released first, so a start that is still in flight is refused (kernel start checks the lease), and the lease sweep keeps freeing any row that lands late.

post/v1/compute/leases/{lease_id}/release

Path parameters

lease_idstring required

Request body

session_idsstring[] nullable

Response

Successful Response

{"stackTrail":"paths:/v1/compute/leases/{lease_id}/release:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes