Skip to main content
POST
Resync an exec PTY

Authorizations

Authorization
string
header
required

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

Headers

X-Sail-Owner-Override-Reason
string

Lets an organization admin operate a private Sailbox someone else created. Say why in plain text; the reason goes into your organization's audit log, and the operation is refused without it. Ignored on Sailboxes you could already operate.

Pause, resume, sleep, scheduled wake, upgrade, and terminate accept an override. Attaching or clearing an HTTP policy accepts one too. Running commands and moving files accept one through an SDK or the CLI. Publishing and unpublishing ports, adding and removing custom domains, checkpointing, and creating from a checkpoint stay with the creator.

Pattern: ^[ -~]*$

Path Parameters

sailbox_id
string
required

Id of the Sailbox, as returned by create. It is sb_ followed by a UUID.

exec_id
string
required

Exec id from the started event. If it does not fit one URL path segment, send - here and put the complete id in the exec_request_id query parameter.

Minimum string length: 1

Query Parameters

exec_request_id
string

Complete exec id when the path uses -. URL-encode this value.

Minimum string length: 1

Response

Success.

The response is of type object.