Skip to main content
POST
/
sandbox-sessions
/
{session_id}
/
commands
/
{command_id}
/
cancel
Cancel Sandbox Background Command
curl --request POST \
  --url https://api.veryfront.com/sandbox-sessions/{session_id}/commands/{command_id}/cancel \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

session_id
string<uuid>
required

Sandbox session UUID.

command_id
string
required

Sandbox background command ID.

Minimum string length: 1

Response

Background command.

The response is of type object.