Skip to main content
POST
/
api
/
cli
/
wake
Warm up the sandbox
curl --request POST \
  --url https://btca.dev/api/cli/wake \
  --header 'Authorization: Bearer <token>'
{
  "serverUrl": "<string>"
}
Pre-warms the cloud sandbox and returns the server URL.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Server URL

serverUrl
string
required