Send signal to a background command

View as Markdown

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
Session ID
command_idstringRequired
Command ID

Request

This endpoint expects an object.
signalstring or nullOptional

Signal name (TERM, KILL, INT, HUP). Defaults to TERM.

Response

Kill status
command_idstring
killedboolean
signalstring

Errors