cURL
curl --request PATCH \ --url https://api.example.com/api/v1/sandboxes/:id/timeout \ --header 'Content-Type: application/json' \ --data ' { "timeoutMs": 600000 } '
{ "id": "e7847229c547d8", "stopAt": "2023-12-01T01:00:00Z" }
"e7847229c547d8"
Timeout in milliseconds to extend or reduce the sandbox lifetime. Maximum 1 hour (3600000ms) from creation time for FREE users.
x >= 0
600000
Timeout updated successfully
"2023-12-01T01:00:00Z"