Cancel a sandbox execution
Requests cancellation of a non-terminal execution. Cancellation is idempotent: repeated calls return the terminal canceled result after the provider confirms it.
Authorizations
Sandbox data-plane token — the sandbox_access_token returned by the create/connect endpoints. Used for /files, Sandbox-Exec, and other data-plane endpoints; the control plane (/api/v2) does not accept it, and conversely the control plane's Authorization: Bearer is invalid on the data plane.
The token is bound to its sandbox: using sandbox A's token against sandbox B's host fails. It stays valid until the sandbox's lifetime ends; there is no separate rotation endpoint (rotate_traffic_token rotates the port traffic token traffic_access_token and does not affect this one).
Headers
Optional request correlation identifier echoed in the response.
1 - 128Path Parameters
Public execution identifier returned by the create operation.
Response
Execution was already canceled and is now returned as terminal.
Echo of the data-plane addressing key (i.e. sandbox_key; the data plane identifies the instance by the key in the host).
Public lifecycle status of a sandbox execution.
pending, running, canceling, succeeded, failed, canceled Process exit code; null while non-terminal or when canceled.
Captured standard output, or null while not yet available.
Captured standard error, or null while not yet available.
Echo of X-Request-ID when supplied.