Skip to main content
POST
/
v1
/
sandboxes
/
{id}
/
stop
Stop sandbox
curl --request POST \
  --url https://api.hopx.dev/v1/sandboxes/{id}/stop \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

API key for authentication (format: sk_live_...)

Path Parameters

id
string
required

Sandbox ID

Response

Sandbox stopped successfully

The response is of type object.