PLATINUM DOCS
ApiSandboxes

Signal a process (group by default)

POST
/v1/sandboxes/{id}/processes/{handle}/signal

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
handle*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/sandboxes/string/processes/string/signal" \  -H "Content-Type: application/json" \  -d '{    "signal": 1  }'
{  "ok": true,  "signal": 0}
Empty