Files
Dokploy-ts-sdk/docs/models/operations/sshkeyremoverequest.md
2025-09-26 02:33:10 +00:00

452 B

SshKeyRemoveRequest

Example Usage

import { SshKeyRemoveRequest } from "dokploy/models/operations";

let value: SshKeyRemoveRequest = {
  sshKeyId: "<id>",
};

Fields

Field Type Required Description
sshKeyId string ✔️ N/A