KillSessionCommandRequestBody

March 27, 2026 ยท View on GitHub

Example Usage

import { KillSessionCommandRequestBody } from "@vercel/sdk/models/killsessioncommandop.js";

let value: KillSessionCommandRequestBody = {
  signal: 15,
};

Fields

FieldTypeRequiredDescriptionExample
signalnumber:heavy_check_mark:The POSIX signal number to send to the process. Common values: 15 (SIGTERM) for graceful termination, 9 (SIGKILL) for forced termination.15